npm install (--registry=https://registry.npm.taobao.org)r出现了这个问题
来源:3-5 webpack对脚本和样式的处理
open_
2018-05-04
D:\前端\v16jcl\mmall\src>npm install (--registry=https://registry.npm.taobao.org)r
npm ERR! addLocal Could not install D:\前端\v16jcl\mmall\src\(--registry=https:\registry.npm.taobao.org)r
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "D:\\Node\\node.exe" "D:\\Node\\node_modules\\npm\\bin\\npm-cli.js" "install" "(--registry=https://registry.npm.taobao.org)r"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! path D:\前端\v16jcl\mmall\src\(--registry=https:\registry.npm.taobao.org)r
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open 'D:\前端\v16jcl\mmall\src\(--registry=https:\registry.npm.taobao.org)r'
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! D:\前端\v16jcl\mmall\src\npm-debug.log
2回答
-
Rosen
2018-05-06
npm install --registry=https://registry.npm.taobao.org 是这样的
162020-05-23 -
512079616
2019-05-24
请问楼主解决了吗?
00
相似问题