• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved npm Package Problem

jackthisout

New Pleskian
Hello together,

i am running the latest stable Plesk with node.js for a bot. This bot doesn´t work any longer, so i looked for some issues. The only things i found:

  • npm WARN deprecated node-uuid@1.4.8: Use uuid module instead

I searched all the things i could, installed uuid, looked for the "bad" deprecated to uninstall, is not possible. Logged in with root and giving the

  • /opt/plesk/node/9/bin/npm uninstall --save node-uuid

it says

  • npm WARN saveError ENOENT: no such file or directory, open '/root/package.json'
  • npm notice created a lockfile as package-lock.json. You should commit this file.
  • npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
  • npm WARN root No description
  • npm WARN root No repository field.
  • npm WARN root No README data
  • npm WARN root No license field.
Then i didn´t find the package-lock.json and not the /root/package.json. Is there a way to get the full link to the directory? And how will i solve this problem?

Greetings

Marco
 
re-installed all after deleting the existing module folders.

is running now. Where the problem in my bot is, i dont know, but the server is giving no more errors. thanks ;)
 
Back
Top