无法安装npm软件包“ npm ERR!errno -4048”
我正在尝试安装npm软件包(node-xmpp-server),但安装失败。以前,当我尝试安装全局安装而不是本地安装的软件包时,现在却根本没有安装。
请帮帮我。
npm install node-xmpp-server
错误是:npm ERR!errno -4048
npm错误!Windows_NT 6.3.9600
npm错误!argv“ c:\ Program Files \ nodejs \ node.exe”“ c:\ Program
Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js”“安装”“ node-xmpp-
server”
npm ERR!节点v0.12.4
npm ERR!npm v2.10.1
npm错误!路径c:\ Users \ Jaseem Abbas \ Documents \ node_modules \ node- xmpp-
server \ examples
npm ERR!代码EPERM
npm ERR!errno -4048
npm错误!错误:EPERM,取消链接’c:\ Users \ Jaseem Abbas \ Documents \ node_modules \
node-xmpp-server \ examples’npm
ERR!错误(本机)
npm ERR!{[错误:EPERM,取消链接’c:
npm ERR!errno:-4048,
npm错误!代码:“ EPERM”,
npm错误!路径:’c:\ Users \ Jaseem Abbas \ Documents \ node_modules \ node-xmpp-
server \ examples’} npm ERR!
npm ERR!请尝试以root / Administrator身份再次运行此命令。
npm ERR!错误回滚错误:EPERM,取消链接’c:\ Users \ Jaseem Abbas \ Documents \
node_modules \ node-xmpp-server \ examples’npm
ERR!错误回滚到错误(本机)
npm ERR!错误回滚{[错误:EPERM,取消链接’c:\ Users \ Jaseem
Abbas \ Documents \ node_modules \ node-xmpp-server \ examples’]
npm ERR!错误回滚errno:-4048,
npm ERR!回滚代码“ EPERM”时出错,
npm ERR!错误回滚路径:’c:\ Users \ Jaseem Abbas \ Documents \ node_modules \ node-
xmpp-server \ examples’}
回答:
回答:
似乎这种错误可能是由文件权限锁定引起的-安装时我遇到了非常相似的错误(相同的ERRNO:-4048)whatwg-fetch
。
我发现我同时打开的Visual Studio实例正在获取不需要的所有文件。一旦我关闭它,安装就可以完美地进行了。
这可能是一个经过快速检查的可能原因,可以在采取更严厉措施之前消除。
以上是 无法安装npm软件包“ npm ERR!errno -4048” 的全部内容, 来源链接: utcz.com/qa/402620.html