Last active
November 19, 2017 01:05
-
-
Save atiq-cs/83ee05f842ac4a458b29321b52086940 to your computer and use it in GitHub Desktop.
error output for command, command npm install --global javascripting article ref: https://fftsys.azurewebsites.net/atiq/tech/learn-npm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>npm link javascripting | |
npm ERR! Windows_NT 6.1.7601 | |
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs | |
\\node_modules\\npm\\bin\\npm-cli.js" "link" "javascripting" | |
npm ERR! node v0.12.4 | |
npm ERR! npm v2.10.1 | |
npm ERR! path D:\node_modules\javascripting | |
npm ERR! code EPERM | |
npm ERR! errno -4048 | |
npm ERR! Error: EPERM, symlink 'D:\node_modules\javascripting' | |
npm ERR! at Error (native) | |
npm ERR! { [Error: EPERM, symlink 'D:\node_modules\javascripting'] | |
npm ERR! errno: -4048, | |
npm ERR! code: 'EPERM', | |
npm ERR! path: 'D:\\node_modules\\javascripting' } | |
npm ERR! | |
npm ERR! Please try running this command again as root/Administrator. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! D:\npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment