Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. {
  2. "name": "shield-of-faith-baptist",
  3. "version": "1.0.0",
  4. "description": "The Npm Components for Shield of Faith Baptist's website",
  5. "author": "Zachiah",
  6. "license": "ISC",
  7. "dependencies": {
  8. "animate.css": "^3.7.2",
  9. "bootstrap": "^4.3.1",
  10. "jquery": "^3.4.1",
  11. "popper.js": "^1.15.0"
  12. }
  13. }
  14.  
  15. npm ERR! path ../loose-envify/cli.js
  16. npm ERR! code EPERM
  17. npm ERR! errno -1
  18. npm ERR! syscall symlink
  19. npm ERR! Error: EPERM: operation not permitted, symlink '../loose-envify/cli.js' -> '/media/pi/209B-7E54/Documents/Programming/Websites/Shield_of_Faith_Baptist/components/node_modules/.bin/loose-envify'
  20. npm ERR! [OperationalError: EPERM: operation not permitted, symlink '../loose-envify/cli.js' -> '/media/pi/209B-7E54/Documents/Programming/Websites/Shield_of_Faith_Baptist/components/node_modules/.bin/loose-envify'] {
  21. npm ERR! cause: [Error: EPERM: operation not permitted, symlink '../loose-envify/cli.js' -> '/media/pi/209B-7E54/Documents/Programming/Websites/Shield_of_Faith_Baptist/components/node_modules/.bin/loose-envify'] {
  22. npm ERR! errno: -1,
  23. npm ERR! code: 'EPERM',
  24. npm ERR! syscall: 'symlink',
  25. npm ERR! path: '../loose-envify/cli.js',
  26. npm ERR! dest: '/media/pi/209B-7E54/Documents/Programming/Websites/Shield_of_Faith_Baptist/components/node_modules/.bin/loose-envify'
  27. npm ERR! },
  28. npm ERR! stack: 'Error: EPERM: operation not permitted, symlink ' +
  29. npm ERR! "'../loose-envify/cli.js' -> " +
  30. npm ERR! "'/media/pi/209B-7E54/Documents/Programming/Websites/Shield_of_Faith_Baptist/components/node_modules/.bin/loose-envify'",
  31. npm ERR! errno: -1,
  32. npm ERR! code: 'EPERM',
  33. npm ERR! syscall: 'symlink',
  34. npm ERR! path: '../loose-envify/cli.js',
  35. npm ERR! dest: '/media/pi/209B-7E54/Documents/Programming/Websites/Shield_of_Faith_Baptist/components/node_modules/.bin/loose-envify',
  36. npm ERR! parent: 'components'
  37. npm ERR! }
  38. npm ERR!
  39. npm ERR! The operation was rejected by your operating system.
  40. npm ERR! It is likely you do not have the permissions to access this file as the current user
  41. npm ERR!
  42. npm ERR! If you believe this might be a permissions issue, please double-check the
  43. npm ERR! permissions of the file and its containing directories, or try running
  44. npm ERR! the command again as root/Administrator (though this is not recommended).
  45.  
  46. npm ERR! A complete log of this run can be found in:
  47. npm ERR! /home/pi/.npm/_logs/2019-06-26T02_23_57_388Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement