C:\Users\Administrator>npm install
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\Administrator/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Administrator\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! D:\nodejs\node_cache\_logs\2024-09-29T15_50_37_869Z-debug-0.log
这句话的意思大概是 没有 package.json 这样的文件或目录,打开’D:\Node\package.json’,
解决办法:
- 先执行 npm init -f 再安装npm install
-
npm WARN using --force Recommended protections disabled. Wrote to C:\Users\Administrator\package.json: { "name": "administrator", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC" }
声明:
1、本站大部分资源均为网络采集所得,仅供用来学习研究,请于下载后的24h内自行删除,正式商用请购买正版。
2、所有汉化类文件和个别标注了“原创”的产品均为本站原创发布,任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。
3、如若本站内容侵犯了原著者的合法权益,请携带相关版权文件联系我们[微信/QQ:9820910]进行下架或删除。
4、虚拟下载类资源具有可复制性,一经下载后本站有权拒绝退款或更换其他商品!
原文链接:https://xdyl.club/?p=130,转载请注明出处~~~
评论0