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
# 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:
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!
The text was updated successfully, but these errors were encountered: