-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
After git clone this proejct. I run npm install
➜ 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.
Metadata
Metadata
Assignees
Labels
No labels