Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails #9

Open
Austinove opened this issue Nov 6, 2021 · 5 comments
Open

npm install fails #9

Austinove opened this issue Nov 6, 2021 · 5 comments

Comments

@Austinove
Copy link

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

@jutenga
Copy link

jutenga commented Nov 16, 2021

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

@anaelleltd
Copy link

anaelleltd commented Dec 27, 2021

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
Copy link

god it's a cancer

@tinybug-m
Copy link

same here

@sreekarsamineni
Copy link

sreekarsamineni commented Jan 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants