作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
运行 npm install
时出现错误.它提示找不到模块/node_modules/ansistyles ...该文件夹确实不存在,但是有一个带有破折号的文件夹:/node_modules/ansi-styles。
npm install
npm WARN helloworld@1.0.0 No repository field.
npm ERR! path /app/node_modules/npm/node_modules/ansistyles
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/app/node_modules/npm/node_modules/ansistyles' -> '/app/node_modules/npm/node_modules/.ansistyles.DELETE'
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! /.npm/_logs/2018-02-01T13_20_48_203Z-debug.log
cordova plugin remove
时也遇到了同样的错误或
cordova plugin add
.
最佳答案
删除 package-lock.json
在我的 Mac 上成功了!
关于cordova - ENOENT : no such file or directory, 重命名 ansistyles -> .ansistyles.DELETE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48563919/
运行 npm install 时出现错误.它提示找不到模块/node_modules/ansistyles ...该文件夹确实不存在,但是有一个带有破折号的文件夹:/node_modules/ansi
我是一名优秀的程序员,十分优秀!