question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm install command is not working for NestJs and its packages

See original GitHub issue

Bug 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",

image

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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kamilmysliwieccommented, Aug 6, 2020

There’s a temporary issue in NPM registry: https://status.npmjs.org/

image

0reactions
kamilmysliwieccommented, Aug 6, 2020

It should be resolved now

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found