最近在webstorm上面给vue项目安装npm一直安装不上,报下面的错,新手求接

npm ERR! path F:\Wed\oamm-web\node_modules.staging\echarts-1f2ca33b\dist\echarts-en.js
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink ‘F:\Wed\oamm-web\node_modules.staging\echarts-1f2ca33b\dist\echarts-en.js’
npm ERR! { [Error: EPERM: operation not permitted, unlink ‘F:\Wed\oamm-web\node_modules.staging\echarts-1f2ca33b\dist\echarts-en.j
s’]
npm ERR! cause:
npm ERR! { Error: EPERM: operation not permitted, unlink ‘F:\Wed\oamm-web\node_modules.staging\echarts-1f2ca33b\dist\echarts-en.
js’
npm ERR! errno: -4048,
npm ERR! code: ‘EPERM’,
npm ERR! syscall: ‘unlink’,
npm ERR! path:
npm ERR! ‘F:\Wed\oamm-web\node_modules\.staging\echarts-1f2ca33b\dist\echarts-en.js’ },
npm ERR! stack:
npm ERR! ‘Error: EPERM: operation not permitted, unlink ‘F:\Wed\oamm-web\node_modules\.staging\echarts-1f2ca33b\dist\echa
rts-en.js’’,
npm ERR! errno: -4048,
npm ERR! code: ‘EPERM’,
npm ERR! syscall: ‘unlink’,
npm ERR! path:
npm ERR! ‘F:\Wed\oamm-web\node_modules\.staging\echarts-1f2ca33b\dist\echarts-en.js’,
npm ERR! parent: ‘oamm-web’ }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It’s possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
npm WARN tarball tarball data for [email protected] (sha512-gP1e1fNnAj9KJpTDLXV21brklbfJlqeINmpQDJCDta9TX3cPoqyQOiDVcEPzbOVHqgBRgTOwNxC5
iGwJ89014A==) seems to be corrupted. Trying one more time.

npm ERR! A complete log of this run can be found in:
npm ERR! E:\SoftwareInstallationFile\nodejs\node_cache_logs\2019-08-22T02_45_47_840Z-debug.log

你可能感兴趣的:(最近在webstorm上面给vue项目安装npm一直安装不上,报下面的错,新手求接)