-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Update Node SASS #7603
Update Node SASS #7603
Conversation
Oops that's a big diff in package-lock. Checking again. Edit: It looks legit. |
I had a similar issue yesterday, for some reason a bunch of
|
The reason we are using a pinned version of
Unfortuately node-sass v5 is still unreleased sass/node-sass#2312 |
@youknowriad can you try running |
I'm fine with keeping the current version but I still get 404 when trying to run npm install |
Does it display the filename of the 404 during this? |
Right, yes, unfortunately, Just to confirm what node.js and npm version are you using @youknowriad ? |
Actually, this is not really needed. I'm closing, after further investigation, it looks like the dependency binaries are built after the failing 404 but in a special setup (trying to build a docker image) the build also fails so it's probably a specific failure. |
Thanks @youknowriad p.s. @pento Gutenberg is not compatible with Node.js v10.x by way of We pinned to The node-sass v4.9.0 release supports Node.js v10 but breaks |
@ntwb: Apparently |
I was having 404 errors when running
npm install
.Testing instructions