-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed at the node-sass@3.11.2 postinstall script 'node scripts/build.js'. #3074
Comments
It appears that node-sass 3.11.2 has just been released. From checking the logs my last successful build was installing node-sass 3.11.1 then all the builds started failing as soon as 3.11.2 was released. Even though I'm using a different framework (Ember JS) it seems to be the same issue. It throws the same error when doing npm install since node-sass 3.11.2 release. |
Hi I am new to this npm, |
how come the same thing successfully installed on another system (Windows 10 Enterprise). |
I am also facing similar issue: |
@vivek4c4 @techunits you are both experiencing a warning that is perfectly normal and will not cause any issues for development. When using OS X there's a nice filesystem feature provided by the OS by which file changes emit events, making "watching" files for changes the reverse, where they're passively "listened" for (Change Detection vs an Event Emitter if you need an analogy). This is made possible by fsevents, a package that is only available for OS X and macOS installations due to dependence on the OS's functionality. Windows and *nix will all see this warning. I haven't tested it, but the only non-proprietary OS that might have support would be the Darwin open source project. |
I'm getting the same issue (error, not a warning - so cannot proceed):-
|
I was able to get around this issue by adding the |
Hi Guys, after spending too much time on this issue, finally i reach to this conclusion, some of the amazon cloud server is blocked by the network. which is started from something like s3.amazon.etc etc i request to network admin and he gave access now it works for me. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi,
i got 'Failed at the node-sass@3.11.2 postinstall script 'node scripts/build.js'.' error while installing angular-cli globally on my system.
System Information:
Debug File Info:
The text was updated successfully, but these errors were encountered: