creativetimofficial / bootstrap-vue-argon-dashboard

108 stars 500 forks source link

npm install fails #9

Open Austinove opened 2 years ago

Austinove commented 2 years ago

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

jutenga commented 2 years ago

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

anaelleltd commented 2 years ago

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
tinybug-m commented 2 years ago

god it's a cancer

tinybug-m commented 2 years ago

same here

sreekarsamineni commented 1 year ago

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