-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NestJs CLI prints strange message #1480
Comments
I am having this problem as well on ubuntu |
you can read all this here -> Marak/colors.js@074a0f8 |
Same issue on Windows 10. Tried to uninstall and install older version (like 8.1.4, same issue though) |
Same issue on Ubuntu 21.10 Tried on NodeJS v14.17.4 and v17.3.0 |
This is a problem with the |
Is there a solution for this that anyone has found? |
Well... you can always fix the version in your package-lock file to the last stable. |
same issue within the last hour or so
|
@pamelaschuldiner Nest has colors dependency through |
Beautiful then! Thanks! |
Thus there's nothing we can do (neither on |
@micalevisk it can be hotfixed unless real fixes go through the pipeline, ie aws/aws-cdk#18324 (comment) |
+1 NestJS CLI: Latest Same problem in Docker build on Github Actions on the command nest build. |
We're aware of the problem, and the solution. Thanks everyone for letting us know. Thank you @liquidautumn for pointing out the PR from renovate as well. We'll have this merged and patched as soon as we can. Please do not keep adding "+1" or "Same problem here" messages. They add a lot of noise to the day. Simply subscribe to the issue or use reactions to show support. |
Also, until we have this PR made, if you need a way around you can use the ...
"resolutions": {
"colors": "1.4.0"
} Updated to version 1.4.0 after @kachkaev pointed out 1.4.1 is also affected |
|
Win 11 any temporary solution to work "nest new project-name"? |
|
@kyawswarthwin go to your_global_npm_path/node_module find @nestjs/cli > add "overrides": { |
@quyennt21 thanks it works. |
@quyennt21 I can't start my nest project with npm run start. It shows the same error. |
Change package json in Your_project/node_modules/ nestjs cli. |
it is a temporary fix! add to your package.json
remove unnecessaries
re-install npm modules
|
This should be fixed in 8.1.8! Thanks for reporting |
Is there an existing issue for this?
Current behavior
Minimum reproduction code
npx @nestjs/cli -h
Steps to reproduce
npx @nestjs/cli -h
Expected behavior
should show the help message for the nestjs cli
Package version
last
NestJS version
No response
Node.js version
17.2.0
In which operating systems have you tested?
Other
If it is not a problem of my computer, maybe nestjs cli repo was hacked
The text was updated successfully, but these errors were encountered: