NodeJS安装错误

时间:2017-11-04 17:28:20

标签: node.js

我知道这可能是另一个问题的可能重复,但这些答案都不适合我。 每次我尝试使用npm update安装或更新我的nodeJS时,它只会给我这个错误:

npm ERR! path C:\xampp\htdocs\laravel\ict-
hulp\node_modules\fsevents\node_modules
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall rmdir
npm ERR! Error: EPERM: operation not permitted, rmdir 'C:\xampp\htdocs\laravel\ict-hulp\node_modules\fsevents\node_modules'
npm ERR!  { Error: EPERM: operation not permitted, rmdir 'C:\xampp\htdocs\laravel\ict-hulp\node_modules\fsevents\node_modules'
npm ERR!   stack: 'Error: EPERM: operation not permitted, rmdir \'C:\\xampp\\htdocs\\laravel\\ict-hulp\\node_modules\\fsevents\\node_modules\'',
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'rmdir',
npm ERR!   path: 'C:\\xampp\\htdocs\\laravel\\ict-hulp\\node_modules\\fsevents\\node_modules' }
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\LENOVO\AppData\Roaming\npm-cache\_logs\2017-11-04T17_25_38_560Z-debug.log

我尝试使用它作为管理员或我尝试清理我的缓存,只是没有一个工作。它让我疯狂。有谁知道如何解决这个问题?

0 个答案:

没有答案