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

[BUG]: Failed to execute command #3

Open
7 tasks done
zifahm opened this issue Aug 6, 2023 · 3 comments
Open
7 tasks done

[BUG]: Failed to execute command #3

zifahm opened this issue Aug 6, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@zifahm
Copy link

zifahm commented Aug 6, 2023

Make sure these boxes are checked before submitting your issue, thank you!

  • You are using NodeJs 14 or higher?
  • You have installed all dependencies and tools listed in the documentation?
  • You have searched the existing issues if someone has already asked the same issue?
  • You have read the documentation?
  • Is not a programming question.
  • You are using latest code of Starter?

Description of the bug

while running nest add nest-remix after a fresh nest new app

The following error occurs.

▹▸▹▹▹ Package installation in progress... ☕
Failed to execute command: npm install --save nest-remix@latest
✖ Package installation in progress... ☕
Unable to install library nest-remix because package did not install. Please check package name.

Not sure how to proceed.

Steps To Reproduce

  1. New nest app nest new app
  2. add nest add nest-remix

Which version of the app are you using?

0.01-alpha6

Additional Information

No response

Code of Conduct

  • I agree to follow the Code of Conduct
@zifahm zifahm added the bug Something isn't working label Aug 6, 2023
@zifahm
Copy link
Author

zifahm commented Aug 6, 2023

okay I tried npm i nest-remix

npm i nest-remix                                                                                               19:30:52
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @nestjs/[email protected]
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"^10.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^9.0.0" from [email protected]
npm ERR! node_modules/nest-remix
npm ERR!   nest-remix@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/afi/.npm/_logs/2023-08-06T14_01_00_283Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/afi/.npm/_logs/2023-08-06T14_01_00_283Z-debug-0.log

@nodegin
Copy link

nodegin commented Sep 28, 2023

Same here, is this deprecated?

@iceniveth
Copy link

iceniveth commented Apr 11, 2024

Encountered quite the same issue as well.

nest add nest-remix
▹▹▹▹▹ Package installation in progress... ☕
Failed to execute command: npm install --save nest-remix@latest
✖ Package installation in progress... ☕
Unable to install library nest-remix because package did not install. Please check package name.

Was using

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants