-
Notifications
You must be signed in to change notification settings - Fork 169
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
Dependancy Issue stopping me running NPM Install and testing. #4
Comments
@jnachman123 I had the same issue when using node version 16.13. Switched back to node version 14.17 and it worked first time 👍 |
Also having this issue with Node v16
I can confirm this method works |
I am also having following error npm ERR! code ERESOLVE I have tried to use node version 14.17.0 and also tried 14.17.3. Is there any specific 14.17. something version required? |
This is part of npm v7 shipping with Node v16. To add previous behaviour you'll need to do |
This worked for me! To avoid having to reinstall node, you can use a node version manager. (https://stackoverflow.com/questions/7718313/how-to-change-to-an-older-version-of-node-js/50817276) Then run:
|
@vcoopman or just run npm with |
I have make it work with skipping the dev dependencies, If you remove dev dependencies from the package.json then it will work with most of nodejs version |
I tried with that using node 17, but no luck |
Try to remove dev dependecies from package.json |
This was the only thing that worked for me. |
npm install gives me
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR! dev @typescript-eslint/eslint-plugin@"5.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @typescript-eslint/eslint-plugin@"^4.29.3" from [email protected]
npm ERR! node_modules/eslint-config-airbnb-typescript
npm ERR! dev eslint-config-airbnb-typescript@"14.0.1" from the root project
looks like a wonderful template, any idead - i am downloading the zip and directly extracting
The text was updated successfully, but these errors were encountered: