vue-element-admin npm install --registry=https://registry.npm.taobao.org 依旧会npm ERR! yorkie@2.0.0 install: node bin/install.js

c0vxltue  于 21天前  发布在  其他
关注(0)|答案(2)|浏览(15)

No description provided.

nvbavucw

nvbavucw1#

os: win10 x64
node:v12.15.0
python:3.7.4
git:2.22.0.windows.1
npm:6.13.7

会出现
$ npm install --registry= https://registry.npm.taobao.org

npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
yorkie@2.0.0 install E:\Project\vue-element-admin\node_modules\yorkie
node bin/install.js

'node' ▒▒▒▒▒ڲ▒▒▒▒ⲿ▒▒▒Ҳ▒▒▒ǿ▒▒▒▒еij▒▒▒
▒▒▒▒▒▒▒▒▒ļ▒▒▒
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! yorkie@2.0.0 install: node bin/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the yorkie@2.0.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\star1\AppData\Roaming\npm-cache_logs\2020-02-10T09_01_03_815Z-debug.log

eh57zj3b

eh57zj3b2#

Try to use
cnpm install

相关问题