当我尝试安装节点js时,它给了我这个错误
C:\Users\Administrator>cd C:/xampp/htdocs/chat
C:\xampp\htdocs\chat>npm install
npm WARN package.json chat@4.5.0 No repository field.
npm WARN package.json chat@4.5.0 No README data
npm ERR! Windows_NT 6.1.7600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\ node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v4.5.0
npm ERR! npm v2.15.9
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR! syscall getaddrinfo
npm ERR! enoent getaddrinfo ENOENT registry.npmjs.org:443
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! C:\xampp\htdocs\chat\npm-debug.log
我的问题是如何防止这些错误并正确安装节点js和socket io。
答案 0 :(得分:0)
从他们的网站安装NodeJS,然后在项目文件夹中执行npm init
。
您可以从NPM安装依赖项。
请仔细阅读,“开始”下他们网站上的内容......
答案 1 :(得分:0)
我做了npm init,这是我的.json文件
putStringSet()
答案 2 :(得分:0)
从https://nodejs.org/en/下载Windows安装程序。
运行安装程序(您在上一步中下载的.msi文件。)
按照安装程序中的提示进行操作(接受许可协议,多次单击“下一步”按钮并接受默认安装设置)。
答案 3 :(得分:0)
答案 4 :(得分:0)
我建议您从NVM
安装之后。只是做nvm安装 去检查。终端内的-v节点