Advertisement
Guest User

Untitled

a guest
Apr 29th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.17134.706]
  2. (c) 2018 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\laragon\www\ranchadmin\laravue>npm install
  5. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
  6. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  7.  
  8. audited 18287 packages in 21.108s
  9. found 1 high severity vulnerability
  10. run `npm audit fix` to fix them, or `npm audit` for details
  11.  
  12. C:\laragon\www\ranchadmin\laravue>npm audit fix
  13. npm WARN rollback Rolling back readable-stream@2.3.6 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\laragon\www\ranchadmin\laravue\node_modules\fsevents\node_modules'
  14. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
  15. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  16.  
  17. up to date in 17.57s
  18. fixed 0 of 1 vulnerability in 18287 scanned packages
  19. 1 vulnerability required manual review and could not be updated
  20.  
  21. C:\laragon\www\ranchadmin\laravue>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement