Skip to content
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

Colors package breaks CLI #332

Closed
JuhG opened this issue Oct 28, 2022 · 1 comment · Fixed by #337
Closed

Colors package breaks CLI #332

JuhG opened this issue Oct 28, 2022 · 1 comment · Fixed by #337

Comments

@JuhG
Copy link
Contributor

JuhG commented Oct 28, 2022

The colors package went rouge and leads to an infinite loop:
Marak/colors.js#285

Please lock down the colors package to 1.4.0.
Thanks!

@JuhG
Copy link
Contributor Author

JuhG commented Nov 2, 2022

Reproduction steps:

# in a completely empty directory
npm init -y
npm install @uxpin/merge-cli --save-dev
./node_modules/.bin/uxpin-merge --help

Using MacOS, node 16.18.0 and npm 8

Since this package specifies the dependency with a caret, installing it will install the latest (broken / hacked) version of the colors package. From package-lock.json:

Screen Shot 2022-11-02 at 9 07 15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant