You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ isomorphic-mithril git:(master) ✗ npm install
> [email protected] install /home/me/Projects/practice/mithril/isomorphic-mithril/node_modules/node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.8.3/linux-x64-83_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.8.3/linux-x64-83_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
npm config set proxy http://example.com:8080
> [email protected] postinstall /home/me/Projects/practice/mithril/isomorphic-mithril/node_modules/node-sass
> node scripts/build.js
then it show the build error.
After I change node-sass version from 4.8.1 to 4.14.1, node-sass successfully instalaled.
Can I submit PR to change the node-sass version? I think I can do it if only change the version make it work.
The text was updated successfully, but these errors were encountered:
After git clone this proejct. I run npm install
then it show the build error.
After I change node-sass version from 4.8.1 to 4.14.1, node-sass successfully instalaled.
Can I submit PR to change the node-sass version? I think I can do it if only change the version make it work.
The text was updated successfully, but these errors were encountered: