fundelein

Untitled

Feb 18th, 2022
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. Building dependency tree
  2. Reading state information... Done
  3. g++ is already the newest version (4:9.3.0-1ubuntu2).
  4. g++ set to manually installed.
  5. gcc is already the newest version (4:9.3.0-1ubuntu2).
  6. gcc set to manually installed.
  7. make is already the newest version (4.2.1-1.2).
  8. make set to manually installed.
  9. git is already the newest version (1:2.25.1-1ubuntu3.2).
  10. git set to manually installed.
  11. nodejs is already the newest version (14.19.0-deb-1nodesource1).
  12. Some packages could not be installed. This may mean that you have
  13. requested an impossible situation or if you are using the unstable
  14. distribution that some required packages have not yet been created
  15. or been moved out of Incoming.
  16. The following information may help to resolve the situation:
  17.  
  18. The following packages have unmet dependencies:
  19. nodejs : Conflicts: npm
  20. npm : Depends: node-gyp (>= 3.6.2~) but it is not going to be installed
  21. E: Unable to correct problems, you have held broken packages.
  22. xxx@hns-gateway-portal:~/hnsd$ sudo npm install -g pm2 node-gyp
  23. npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  24. /usr/bin/node-gyp -> /usr/lib/node_modules/node-gyp/bin/node-gyp.js
  25. /usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2
  26. /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev
  27. /usr/bin/pm2-docker -> /usr/lib/node_modules/pm2/bin/pm2-docker
  28. /usr/bin/pm2-runtime -> /usr/lib/node_modules/pm2/bin/pm2-runtime
  29. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/pm2/node_modules/chokidar/node_modules/fsevents):
  30. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  31.  
  32. updated 2 packages in 7.362s
  33. xxx@hns-gateway-portal:~/hnsd$
Advertisement
Add Comment
Please, Sign In to add comment