UsernameNotFound
UsernameNotFound

Reputation: 133

ERROR npm install - [email protected] postinstall: `node scripts/build.js

Whenever I npm install, I get an

npm ERR! errno 1
npm ERR! [email protected] postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.```

I've tried deleting node_modules, but I am getting not luck. 

Upvotes: 0

Views: 9592

Answers (3)

Manoj Kankere
Manoj Kankere

Reputation: 1

Installing node version 10.24.1 worked for me

Upvotes: -1

Vishal Pratap
Vishal Pratap

Reputation: 131

You have to upgrade your node-sass 4.13.1 to [email protected] enter image description here

Upvotes: 4

Crelloc
Crelloc

Reputation: 143

Install earlier version of Node. Version 12.16 should work.

Upvotes: -1

Related Questions