geist-org/vue

Can not install the package

Closed this issue · 3 comments

Type:

  • Help

Version & Environment:
latest version

Description:
can not install the package

Screenshots:
image

unix commented

I can't reproduce this issue, but i guess there are following reasons:

  1. NPM mirror site not sync. (if you using mirror site, check by npm config get userconfig)
  2. node_modules cache. clear: rm -rf node_modules package-lock.json

also, check your npm --version, please keep me informed of any progress or problems.

unix commented

@zeit-ui/style version 0.9.2 is existed. here is CDN: https://cdn.jsdelivr.net/npm/@zeit-ui/style@0.9.2/dist/style.css

I can't reproduce this issue, but i guess there are following reasons:

  1. NPM mirror site not sync. (if you using mirror site, check by npm config get userconfig)
  2. node_modules cache. clear: rm -rf node_modules package-lock.json

also, check your npm --version, please keep me informed of any progress or problems.

image
when I remove the npm_cache, everything is ok. Thank you so much 😄