bootstrap-vue-argon-dashboard icon indicating copy to clipboard operation
bootstrap-vue-argon-dashboard copied to clipboard

npm install fails

Open Austinove opened this issue 4 years ago • 5 comments

I have tried to npm install but it fails on node-sass

Austinove avatar Nov 06 '21 09:11 Austinove

For me npm install error is solved by yarn install. I hope it can helps.

jutenga avatar Nov 16 '21 10:11 jutenga

I have the same issue with node-sass when I run yarn serve. Even after installing node-sass globally, I still get an error, this time with node-gyp. 🤷🏿‍♀️

Edit: WORKAROUND option

  1. From argon dashboard folder, open CLI and run $yarn install
  2. Add sass with $yarn add -D sass (adding node-sass will cause a version error)
  3. Run $yarn serve

anaelleltd avatar Dec 27 '21 04:12 anaelleltd

god it's a cancer

tinybug-m avatar May 21 '22 08:05 tinybug-m

same here

tinybug-m avatar May 21 '22 08:05 tinybug-m

This worked for me.

yarn remove node-sass yarn add sass or npm remove node-sass npm add sass

Then, yarn install or npm install

sreekarsamineni avatar Jan 27 '23 20:01 sreekarsamineni