プロが教える店舗&オフィスのセキュリティ対策術

ずっとエディターのatomをインストールしようと奮闘していまして、git shellを使っていたのですが、エラーを起こしてしまいます

C:\Users\USER\Documents\GitHub\atom [master]> script\build
Node: v5.5.0
npm: v3.3.12
Python: v2.7.11
Installing build modules...
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" "--userconfig=C:\\Users\\USER\\Documents\\Gi
tHub\\atom\\build\\.npmrc" "install" "--loglevel" "error"
npm ERR! node v5.5.0
npm ERR! npm v3.3.12
npm ERR! path C:\Users\USER\Documents\GitHub\atom\build\node_modules\.staging\np
m-427774ae346dd90fffc600b0e85642d1
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall rename

npm ERR! Error: EPERM: operation not permitted, rename 'C:\Users\USER\Documents\
GitHub\atom\build\node_modules\.staging\npm-427774ae346dd90fffc600b0e85642d1' ->
'C:\Users\USER\Documents\GitHub\atom\build\node_modules\npm'
npm ERR! at Error (native)
npm ERR! { [Error: EPERM: operation not permitted, rename 'C:\Users\USER\Docume
nts\GitHub\atom\build\node_modules\.staging\npm-427774ae346dd90fffc600b0e85642d1
' -> 'C:\Users\USER\Documents\GitHub\atom\build\node_modules\npm']
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'rename',
npm ERR! path: 'C:\\Users\\USER\\Documents\\GitHub\\atom\\build\\node_modules\
\.staging\\npm-427774ae346dd90fffc600b0e85642d1',
npm ERR! dest: 'C:\\Users\\USER\\Documents\\GitHub\\atom\\build\\node_modules\
\npm',
npm ERR! parent: 'atom-build' }
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! C:\Users\USER\Documents\GitHub\atom\build\npm-debug.log

参考にさせていただいているサイトの手順に沿って、script\buildと打って実行した後に出てきたログです

どなたか原因を教えていただけないでしょうか

A 回答 (1件)

Firewallで git:// の通信が阻害される場合がある。

    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!