博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
npm install error issue
阅读量:6412 次
发布时间:2019-06-23

本文共 814 字,大约阅读时间需要 2 分钟。

14 error Windows_NT 10.0.1024015 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"16 error node v6.10.317 error npm  v3.10.1018 error code ENOSYS19 error errno ENOSYS20 error syscall kill21 error kill ENOSYS22 error If you need help, you may report this error at:22 error     
23 verbose exit [ 1, true ]

run npm install,  error as below and node_modules folder is not created.

I searched a lot on google and find one useful link: https://github.com/npm/npm/issues/13979

effect solution:

To fix run

I uninstall my local typeScript first(maybe old version) and then:

  • npm config get registry
  • npm cache clean
  • npm install express

and later

  • npm install

and work fine

later

-npm start

转载于:https://www.cnblogs.com/purple1/p/7453365.html

你可能感兴趣的文章
linux 安装 oracle 11g
查看>>
我的友情链接
查看>>
windows注册表修改同步时间频率
查看>>
nginx的七层负载均衡
查看>>
TestNG report in IDEA
查看>>
mysql事务
查看>>
Oracle Virtualbox视图切换
查看>>
安装vCenter6.0遇到的问题以及解决方法
查看>>
zabbix调优
查看>>
我的友情链接
查看>>
Godaddy域名如何使用DNSPod做DNS解析
查看>>
linux系统故障
查看>>
H3C 帧中继初级配置(一)
查看>>
git配置sublime text2为默认编辑器
查看>>
remedysla营业时间配置记载
查看>>
网卡接口配置——bonding
查看>>
find 的常用用法
查看>>
初次使用git submodule
查看>>
INPUT[type=file] 的 'value' 属性值在各浏览器中存在差异
查看>>
Python3导入Asprise Ocr报错
查看>>