Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. root@sc-vm:~# cd openpaas-esn/
  2. root@sc-vm:~/openpaas-esn# dir
  3. Dockerfile bower.json frontend packaging
  4. Gruntfile-tests.js config index.js server.js
  5. Gruntfile.js doc log tasks
  6. LICENSE docker modules templates
  7. README.md docker-compose.yml node_modules test
  8. backend firefox-72.0.tar.bz2 package-lock.json
  9. bin fixtures package.json
  10. root@sc-vm:~/openpaas-esn# npm i
  11. npm WARN lifecycle [email protected]~postinstall: cannot run in wd [email protected] bower install --allow-root (wd=/root/openpaas-esn)
  12. npm WARN [email protected] requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
  13. npm WARN [email protected] requires a peer of eslint@^3.6.0 but none is installed. You must install peer dependencies yourself.
  14. npm WARN [email protected] requires a peer of eslint-plugin-import@^1.16.0 but none is installed. You must install peer dependencies yourself.
  15.  
  16. audited 11718 packages in 17.692s
  17.  
  18. 25 packages are looking for funding
  19. run `npm fund` for details
  20.  
  21. found 43 vulnerabilities (15 low, 12 moderate, 15 high, 1 critical)
  22. run `npm audit fix` to fix them, or `npm audit` for details
  23. root@sc-vm:~/openpaas-esn#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement