NPM을 5.3.0에서 5.4.1로 업그레이드 한 후 npm install 명령이 다음과 같은 경우에만 작동합니다. node_modules을 삭제했습니다. 설치를 다시 시도 할 때 다음과 같은 오류 메시지가 나타납니다. (내가 다시 node_modules를 제거하면 그 후, 명령 실행은 작품을 설치 - 번 를.) 다른NPM 5.4.1로 업그레이드 한 후 node_modules을 삭제하지 않고 "npm install"을 실행할 수 없음
PS C:\source\website> npm install
npm ERR! path C:\source\website\node_modules\fsevents\node_modules\aproba\package.jsonvet.Web
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink 'C:\source\website\node_modules\fsevents\node_modules\aproba\package.json'
npm ERR! {
Error: EPERM: operation not permitted, unlink 'C:\source\website\node_modules\fsevents\node_modules\aproba\package.json'
npm ERR! stack: 'Error: EPERM: operation not permitted, unlink \'C:\source\website\node_modules\fsevents\node_modules\aproba\package.json\'',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path:
'C:\source\website\node_modules\fsevents\node_modules\aproba\package.json' } npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\butt\AppData\Roaming\npm-cache_logs\2017-09-13T16_42_26_030Z-debug.log
PS C:\source\website>
아무 것도 내 설정에서 변경되었습니다, 지금까지 내가 알고 있어요. 내 환경은 Windows 10 및 노드 8.2.1입니다. 이 동작은 여러 컴퓨터에서 일관된 것 같습니다.
설치가 다시 실행되는 동안 설치 프로그램이 멈추는 것처럼 많은 다음 시간에 기다리는 시간이 있습니다.
added 995 packages in 29.671s
PS C:\source\website> npm install
[ ......] - postinstall: sill doSerial postinstall 686
이 작업을 진행하는 방법에 대한 실마리가 없습니다. fsevents가 전적으로 비난 받고 있습니까? 나는 경고를 내었지만 이전 버전에서는 괜찮은 것으로 나타났다.
이 주제에는 related question이 있지만 내 문제는 정확하게 다루고 있습니다. 나는 그것이 동일한 문제의 단지 다른 작동인지 또는 두 개의 별개의 문제인지를 결정할 수 없다.