安装webpack时报错
npm ERR! path E:\nodejs\node_global\node_modules\webpack\node_modules\ajv-keywords
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access 'E:\nodejs\node_global\node_modules\webpack\node_modules\ajv-keywords'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
解决办法:
找到E:\nodejs\node_global\node_modules\下的webpack文件夹,删除再次用npm install webapck -g