lin-xin / vue-schart

:bar_chart: Vue.js wrapper for sChart.js

Home Page:https://lin-xin.gitee.io/example/schart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

执行安装报错404

duzengjie opened this issue · comments

npm install vue-schart -S

`C:\Users\dzj05>npm config list
; "builtin" config from C:\Program Files\nodejs\node_modules\npm\npmrc

; prefix = "C:\Users\dzj05\AppData\Roaming\npm" ; overridden by user

; "user" config from C:\Users\dzj05.npmrc

cache = "D:\nodenpm\node_cache"
prefix = "D:\nodenpm\node_global"
registry = "http://registry.npm.taobao.org/"

; node bin location = C:\Program Files\nodejs\node.exe
; cwd = C:\Users\dzj05
; HOME = C:\Users\dzj05
; Run npm config ls -l to show all defaults.

C:\Users\dzj05>node -v
v16.13.0

C:\Users\dzj05>npm -v
8.1.0`

`npm ERR! code E404
npm ERR! 404 Not Found - GET https://oss.npmmirror.com/schart.js/-/schart.js-3.0.4.tgz
npm ERR! 404
npm ERR! 404 'schart.js@http://registry.npm.taobao.org/schart.js/-/schart.js-3.0.4.tgz' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR! D:\nodenpm\node_cache_logs\2021-12-12T07_23_11_879Z-debug.log
`