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 i gets stuck in the middle. #35

Open
Watson-Sei opened this issue Sep 20, 2022 · 1 comment
Open

npm i gets stuck in the middle. #35

Watson-Sei opened this issue Sep 20, 2022 · 1 comment

Comments

@Watson-Sei
Copy link

I tried to use this template but npm i got stuck in the middle. My environment is node v16.17.0 and npm v8.15.0, which meets the LTS requirements, but it was going to be a while before I could use it, so I am asking here.

@Watson-Sei
Copy link
Author

Python dependencies were identified during the installation of node-sass. Furthermore, in the case of v16, v6.0+ was recommended instead of v4.14+, so changing the version of node-sass in package.json solved the problem.

// package.json
{
  "devDependencies": {
    -  "node-sass": "^4.13.0",
    +  "node-sass": "^6.0.0",
  },
}

I would be happy to help anyone.👋

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

1 participant