npm install command is not working for NestJs and its packages
See original GitHub issueBug Report
Current behavior
Following packages can not be installed.
"@nestjs/common": "^6.11.3",
"@nestjs/config": "^0.5.0",
"@nestjs/core": "^6.11.3",
"@nestjs/jwt": "^6.1.1",
"@nestjs/passport": "^6.1.0",
"@nestjs/platform-express": "^6.11.3",
"@nestjs/swagger": "^4.2.2",
"@nestjs/typeorm": "^6.2.0",
Input Code
As an example:
npm i @nestjs/platform-express@6.11.3
Expected behavior
Installing of NestJS and its dependencies like cli
or typeorm
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:10 (3 by maintainers)
Top Results From Across the Web
node.js - How do you fix and error of an Invalid version of NPM ...
I've tried running the command to install the package npm install @nestjs/core but anytime i run the command it keeps giving me this...
Read more >@nestjs/cli - npm
Description. The Nest CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications.
Read more >5 Ways to Fix the Npm Install Not Working Issue
Way 1. Make Sure Npm Is Installed ... The main cause of the npm command not found error is that npm is not...
Read more >Overview - CLI | NestJS - A progressive Node.js framework
Note that installing any npm package globally leaves the responsibility of ensuring they're running the correct version up to the user. It also...
Read more >Npm install command failing with message "could not find ...
I was following the project setup. When I run the npm install command, npm starts downloading the dependencies. But then, suddenly, it stops...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There’s a temporary issue in NPM registry: https://status.npmjs.org/
It should be resolved now