This repository has been 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
brightpixels
changed the title
Missing vendor file in secure corporate environment (no access to internet)
Missing vendor file in secure corporate environment (no access to internet). Errors even when Apr 1, 2020
npm rebuild
brightpixels
changed the title
Missing vendor file in secure corporate environment (no access to internet). Errors even when
Missing vendor file in secure corporate environment (no access to internet). Errors even after Apr 1, 2020
npm rebuild
npm rebuild
brightpixels
changed the title
Missing vendor file in secure corporate environment (no access to internet). Errors even after
Errors even after Apr 1, 2020
npm rebuild
npm rebuild
: current environment: matches the found binding's environment
brightpixels
changed the title
Errors even after
Errors even after Apr 1, 2020
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
): [email protected]I 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: