Replies: 2 comments 2 replies
-
Today i just follow the suggest script, to skip deprecation warning. but my logs file become un-readable. And i just modify your suggestion script into more simple like this. curl -fsSL https://deb.nodesource.com/setup_14.x | grep -v 'sleep' | bash - The main problem is waiting 60+20+20 = 100s, before the script running. I think just skip the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Guys what stop you from updating to the latests versions? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you want to run the old scripts (e.g. to install Node 14 on Ubuntu 22.04, which has no corresponding deb package in the new process), you can disable the deprecation warnings that add ~100 seconds with the following ugly hack:
Our docker command is now:
Beta Was this translation helpful? Give feedback.
All reactions