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

Node-sass error #26

Open
mdirshaddev opened this issue Nov 3, 2020 · 3 comments
Open

Node-sass error #26

mdirshaddev opened this issue Nov 3, 2020 · 3 comments

Comments

@mdirshaddev
Copy link

I am in Windows 10 20H1 build and doing npm install everything is fine but the node-sass installation part is giving an error.
I have tried install npm i -D node-sass but it didn't work out.

@intrepid-ishan
Copy link

In package.json make sure that your node-sass version is 4.13.1
"node-sass": "^4.13.1"

After changing the above line in package.json do the below steps

  1. rm -rf node_modules (Remove node_modules)
  2. npm i (Reinstall packages)

This worked for me. I was facing same issue at 21c9e3b(commit id)

@vishaldsolanki
Copy link

Hi @mdirshaddev and @intrepid-ishan I am currently on the mac env and facing the same issue I have tried node version 14, 16 and 18 and also tried changing the node-sass version to 14.13.1. FYI i am on the latest commit on master and have cleared out the node_modules and package-lock.

@mdirshaddev
Copy link
Author

Hi @mdirshaddev and @intrepid-ishan I am currently on the mac env and facing the same issue I have tried node version 14, 16 and 18 and also tried changing the node-sass version to 14.13.1. FYI i am on the latest commit on master and have cleared out the node_modules and package-lock.

Bro node sass is deprecated use sass

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

3 participants