This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Errors even after npm rebuild
+ current environment matches the found binding's environment
#2882
Labels
Comments
npm rebuild
npm rebuild
npm rebuild
npm rebuild
npm rebuild
: current environment: matches the found binding's environment
npm rebuild
: current environment: matches the found binding's environmentnpm rebuild
+ current environment matches the found binding's environment
This is unlikely to cause any effect. Can you put your full logs somewhere (on gist.github.com for example?) Please try not to redact paths manually. What filesystem are you running on? |
Where do i find the logs? |
Can you run this
with your |
Also, when you run your app, do you have |
@saper Your last point was my solution! my |
This was referenced Nov 30, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
npm -v
): 5.6.0node -v
): 10.0.0node -p process.versions
):node -p process.platform
): win32node -p process.arch
): x64node -p "require('node-sass').info"
): Error: ENOENT: no such file, or directory, scandir 'C:\Users......\node-modues\node-sass\vendor'npm ls node-sass
): node-sass@4.11.0I have successfully installed node-sass with env variable pointing to a local version binary:
SASS_BINARY_PATH=/c/......../win32-x64-64_biniding.node npm install node-sass
.When I try to run
npm start'
in a create-react-app which has .sccs file, I get this error: Error: ENOENT: no such file, or directory, scandir 'C:\Users......\node-modues\node-sass\vendor'I have tried npm rebuild node-sass with
SASS_BINARY_PATH=/c/......../win32-x64-64_biniding.node npm rebuild node-sass
it seems to go through successfully BUTnpm start
gives me this error:The last error message is little confusing because the current environment it's displaying and the bindings it's found are exactly the same.
The text was updated successfully, but these errors were encountered: