You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the latest version of npm-check-updates
I am using node >= 12
npm install currently doesn't work to install npm-check-updates: npm ERR! 404 Not Found - GET https://registry.npmjs.org/colors/-/colors-1.4.2.tgz - Not found
npm-check-updates
node >= 12
npm install
currently doesn't work to install npm-check-updates:npm ERR! 404 Not Found - GET https://registry.npmjs.org/colors/-/colors-1.4.2.tgz - Not found
The cause is that npm-check-updates has a dependency
cli-table
that currently tries to bring in a broken colors 1.4.2 package from NPM. This explains the issue: https://snyk.io/blog/open-source-npm-packages-colors-faker/Here are the dependencies:
When/if cli-table is fixed that should fix this issue I guess.
For now I know I can remove npm-check-updates temporarily from the dev-dependencies to work around it.
The text was updated successfully, but these errors were encountered: