-
Notifications
You must be signed in to change notification settings - Fork 485
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
Stable "colors" package version #386
base: master
Are you sure you want to change the base?
Conversation
@tapio please, take a look at it 🔥 |
Glad to know it wasnt my machine going crazy |
Well, your fix worked for me. I thought there was something wrong with my operating system a couple of hours ago when I saw messy code filling up my console once I executed the live-server command. And now it seems that my system runs normally. Thank you so much! |
@@ -13,7 +13,7 @@ | |||
"author": "Tapio Vierros", | |||
"dependencies": { | |||
"chokidar": "^2.0.4", | |||
"colors": "latest", | |||
"colors": "1.4.0", | |||
"connect": "^3.6.6", | |||
"cors": "latest", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might as well pin the rest of 'latest' deps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you are right! I will fix in a forked version of this project https://www.npmjs.com/package/dead-server because this one seems to be abandoned 😥
This was evidently done in ad22544. |
This is an urgent fix, because of updated latest "colors" package version from "1.4.0" to "1.4.44-liberty-2", console is full non-stop trash output.