BeerMoneyDev / nest-remix

An interop layer between NestJS and Remix
MIT License
51 stars 1 forks source link

[BUG]: Failed to execute command #3

Open zifahm opened 1 year ago

zifahm commented 1 year ago

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

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

zifahm commented 1 year ago

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: my-app@0.0.1
npm ERR! Found: @nestjs/common@10.1.3
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 nest-remix@0.0.1-alpha6
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 commented 11 months ago

Same here, is this deprecated?

iceniveth commented 5 months ago

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