Topic: Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.3/linux-x64-67_binding.node"

bobahrens free asked 5 years ago


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 5 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 free commented 5 years ago

seems it was a permission issue:

sudo chown [user] node_modules
$sudo npm install

resolved it.

Thanks Bob Ahrens



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: 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