Nest: Not Found common-6.9.0.tgz

Created on 6 Aug 2020  路  2Comments  路  Source: nestjs/nest

Bug Report

Try to install
"@nestjs/common": "^6.0.0"
and get error

Current behavior

error An unexpected error occurred: "https://registry.yarnpkg.com/@nestjs/common/-/common-6.9.0.tgz: Request failed \"404 Not Found\"".

Expected behavior

lib installed successfully

Possible Solution

problem with yarn
https://registry.yarnpkg.com/@nestjs/common/-/common-6.9.0.tgz:
{"code":"ResourceNotFound","message":"/@nestjs/common/-/common-6.9.0.tgz: does not exist"}

Environment


Nest version: 6.0.0


For Tooling issues:
- Node version: 12.16
- Platform:  Mac

Others:

needs triage

Most helpful comment

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

image

All 2 comments

Trying to install via npm yields same results

$ npm install -E --ignore-scripts @nestjs/common
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@nestjs%2fcommon - Not found
npm ERR! 404
npm ERR! 404  '@nestjs/common@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

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

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thohoh picture thohoh  路  3Comments

JulianBiermann picture JulianBiermann  路  3Comments

mishelashala picture mishelashala  路  3Comments

cojack picture cojack  路  3Comments

rafal-rudnicki picture rafal-rudnicki  路  3Comments