Advertisement
pkas

Untitled

Nov 24th, 2020
975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.91 KB | None | 0 0
  1. [peter@Peter-Medion-Buero git]$ git clone https://github.com/rvmey/TRIGGERcmd-Agent.git
  2. Klone nach 'TRIGGERcmd-Agent' ...
  3. remote: Enumerating objects: 89, done.
  4. remote: Counting objects: 100% (89/89), done.
  5. remote: Compressing objects: 100% (41/41), done.
  6. remote: Total 945 (delta 59), reused 65 (delta 47), pack-reused 856
  7. Empfange Objekte: 100% (945/945), 22.21 MiB | 5.47 MiB/s, Fertig.
  8. Löse Unterschiede auf: 100% (479/479), Fertig.
  9.  
  10. [peter@Peter-Medion-Buero git]$ cd TRIGGERcmd-Agent
  11.  
  12. [peter@Peter-Medion-Buero TRIGGERcmd-Agent]$ npm install
  13. npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  14. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
  15. npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  16. npm WARN deprecated posix-argv-parser@2.0.0: No longer maintained
  17. npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  18. npm WARN deprecated react-tools@0.13.3: react-tools is deprecated. For more information, visit https://fb.me/react-tools-deprecated
  19. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
  20. npm WARN deprecated har-validator@5.1.5: this library is no longer supported
  21. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  22. npm WARN deprecated buffer@2.1.13: This version of 'buffer' is out-of-date. You must update to v2.8.3 or newer
  23. npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  24. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  25. npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  26. npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
  27. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
  28. npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
  29. npm ERR! code EBADPLATFORM
  30. npm ERR! notsup Unsupported platform for node-windows@0.1.14: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"x64"})
  31. npm ERR! notsup Valid OS:    win32
  32. npm ERR! notsup Valid Arch:  any
  33. npm ERR! notsup Actual OS:   linux
  34. npm ERR! notsup Actual Arch: x64
  35.  
  36. npm ERR! A complete log of this run can be found in:
  37. npm ERR!     /home/peter/.npm/_logs/2020-11-24T11_03_14_685Z-debug.log
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement