Skip to content

Instantly share code, notes, and snippets.

@amrvitale
Created July 18, 2020 20:46
Show Gist options
  • Save amrvitale/9bffa0642e9c30c9413efc63e4b92fcc to your computer and use it in GitHub Desktop.
Save amrvitale/9bffa0642e9c30c9413efc63e4b92fcc to your computer and use it in GitHub Desktop.
$ npm install
npm WARN draftling-capstone-api@1.0.0 No description
npm WARN draftling-capstone-api@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! code EPERM
npm ERR! syscall rename
npm ERR! path C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json.2001523142
npm ERR! dest C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, rename 'C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json.2001523142' -> 'C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json'
npm ERR! [OperationalError: EPERM: operation not permitted, rename 'C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json.2001523142' -> 'C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json'] {
npm ERR! cause: [Error: EPERM: operation not permitted, rename 'C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json.2001523142' -> 'C:\Users\abumgarner\Desktop\draftling-capstone-api\node_modules\has-flag\package.json'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'rename',
npm ERR! path: 'C:\\Users\\abumgarner\\Desktop\\draftling-capstone-api\\node_modules\\has-flag\\package.json.2001523142',
npm ERR! dest: 'C:\\Users\\abumgarner\\Desktop\\draftling-capstone-api\\node_modules\\has-flag\\package.json'
npm ERR! },
npm ERR! stack: "Error: EPERM: operation not permitted, rename 'C:\\Users\\abumgarner\\Desktop\\draftling-capstone-api\\node_modules\\has-flag\\package.json.2001523142' -> 'C:\\Users\\abumgarner\\Desktop\\draftling-capstone-api\\node_modules\\has-flag\\package.json'",
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'rename',
npm ERR! path: 'C:\\Users\\abumgarner\\Desktop\\draftling-capstone-api\\node_modules\\has-flag\\package.json.2001523142',
npm ERR! dest: 'C:\\Users\\abumgarner\\Desktop\\draftling-capstone-api\\node_modules\\has-flag\\package.json',
npm ERR! parent: 'draftling-capstone-api'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\abumgarner\AppData\Roaming\npm-cache\_logs\2020-07-18T20_44_36_981Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment