Topic: Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.3/linux-x64-67_binding.node"
Hello just going thru the 5min quickstart and find that when running npm install gets a fail as it cannot download "https://github.com/sass/node-sass/releases/download/v4.9.3/linux-x64-67_binding.node". FYI as part of setup I generated a personal OAUTH2 token which I used when changing REPLACE_WITH_YOUR_TOKEN.
Damian Gemza staff answered 6 years ago
Dear @bobahrens
This is not a problem with our library, but with Node and node-sass package.
Please try to remove package-lock.json file, node_modules directory, and execute npm install one more time.
If this won't help, please try to execute the standalone installation of node-sass: npm install node-sass@latest
I'm referring you to those topics on the Internet: Topic, Topic
Best Regards,
Damian
bobahrens commented 6 years ago
seems it was a permission issue:
sudo chown [user] node_modules
$sudo npm install
resolved it.
Thanks Bob Ahrens
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.0.0
- Device: PC
- Browser: FF
- OS: linux mint
- Provided sample code: No
- Provided link: No