-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x #2536
Comments
npm rebuild node-sass
No force flag
…On Sat., 3 Nov. 2018, 12:45 pm George C. Norris ***@***.*** wrote:
Using n to switch Node versions. Ran npm rebuild node-sass --force many
many times.
Getting this error:
Node Sass could not find a binding for your current environment: OS X
64-bit with Node.js 10.x
This usually happens because your environment has changed since running npm
install.
Run npm rebuild node-sass --force to build the binding for your current
environment.
Anyone have any idea how to fix?
Also.. When running this command..
npm rebuild node-sass --force
I get..
npm WARN using --force I sure hope you know what you are doing.
Doens't seem like it is doing anything..
I've tried to delete node_modules and clean the cache. The error keeps
happening over and over again.
https://stackoverflow.com/questions/53125291/build-fails-npm-rebuild-node-sass-force?noredirect=1#comment93145585_53125291
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2536>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWNx2xKdieufnKhPU5QR77MMatMzWks5urPU0gaJpZM4YMlHa>
.
|
I'm not sure if |
I'm constantly getting this error, even after I've tried It started out of the blue last thursday (01-11-2018). I'm not even using Node 10, so I don't understand why it's trying to use that?
|
I've switched from N to NVM. Still getting this error. Rebuilt Node-Sass many times. Cleaned the cache. Totally stuck on this.
https://stackoverflow.com/questions/53125291/build-fails-npm-rebuild-node-sass-force |
What version of node-sass?
npm ls node-sass
…On Tue., 6 Nov. 2018, 5:55 am George Norris ***@***.*** wrote:
I've switched from N to NVM. Still getting this error. Totally stuck on
this.
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x
Found bindings for the following environments:
- OS X 64-bit with Node.js 10.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass --force` to build the binding for your current environment.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2536 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWHJGcAQEB4KSuIm2xQCQJrpfZlP7ks5usImfgaJpZM4YMlHa>
.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Yarn also has errors under 10.x, but it's a different one.
|
Please read the documentation. It clearly states that 4.8.4 doesn't support
node 10.
https://github.com/sass/node-sass/releases/tag/v4.8.3
…On Wed., 14 Nov. 2018, 2:55 am Zsolt Ero ***@***.*** wrote:
Yarn also has errors under 10.x, but it's a different one.
verbose 27.889 Downloading binary from https://github.com/sass/node-sass/releases/download/v4.8.3/darwin-x64-64_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.8.3/darwin-x64-64_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#2536 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWI7ZHoPKAPhzpG-HwSEcTOohPmaPks5uuutvgaJpZM4YMlHa>
.
|
@xzyfer thank you. Yesterday, I update to v4.10.0 and now it works well with Node 10. |
npm rebuild node-sass worked for me |
When can we get v10 support? |
Node 10 has been supported for over a year. Update to a newer version of
node-sass.
…On Tue., 25 Jun. 2019, 3:39 am NathanParsonKoroso, ***@***.***> wrote:
When can we get v10 support?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2536?email_source=notifications&email_token=AAENSWG6OYVLWKRA6NKUBJDP4EBFLA5CNFSM4GBSKHNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYNVRSY#issuecomment-505108683>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAENSWFLGB6HJD37ZRMD7ELP4EBFLANCNFSM4GBSKHNA>
.
|
I got this error when I inadvertently installed node v10, and did not notice it was sitting in my package.json file. In my case deleting your node_modules folder did not do anything and neither did npm rebuild node-sass |
in my case I had global node-sass v 4.11, incompatible with Node v12 Removed and upgraded to v.4.12: npm -g uninstall node-sass
npm -g i node-sass |
I get this error when using Platformio Ide terminal on Atom in Windows 10. Using ubuntu terminal helped me get past this problem |
this works |
Exactly the same. Tried every possible 'solution' to no luck |
I was facing the same issue. |
Using n to switch Node versions. Ran
npm rebuild node-sass --force
many many times.Getting this error:
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x
This usually happens because your environment has changed since running
npm install
.Run
npm rebuild node-sass --force
to build the binding for your current environment.Anyone have any idea how to fix?
Also.. When running this command..
npm rebuild node-sass --force
I get..
npm WARN using --force I sure hope you know what you are doing.
Doens't seem like it is doing anything..
I've tried to delete
node_modules
and clean the cache. The error keeps happening over and over again.https://stackoverflow.com/questions/53125291/build-fails-npm-rebuild-node-sass-force?noredirect=1#comment93145585_53125291
Is there a way to fix this?
The text was updated successfully, but these errors were encountered: