Warning when installing Cloudron CLI
-
I just installed Cloudron CLI, this is what happened:
josef@josef-ThinkPad-T510:~$ sudo npm install -g cloudron npm WARN deprecated opn@6.0.0: The package has been renamed to `open` npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 /usr/local/bin/cloudron -> /usr/local/lib/node_modules/cloudron/bin/cloudron > spawn-sync@1.0.15 postinstall /usr/local/lib/node_modules/cloudron/node_modules/spawn-sync > node postinstall Looks like some updates needed to replaced deprecated stuff.
-
I have fixed the opn issue but rewriting to reuse the request issue is a much larger task. Bit unfortunate they deprecated such a popular module.