Can not install the package
Closed this issue · 3 comments
NOVA-ME commented
unix commented
I can't reproduce this issue, but i guess there are following reasons:
- NPM mirror site not sync. (if you using mirror site, check by
npm config get userconfig
) - 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
NOVA-ME commented
I can't reproduce this issue, but i guess there are following reasons:
- NPM mirror site not sync. (if you using mirror site, check by
npm config get userconfig
)- 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.
when I remove the npm_cache, everything is ok. Thank you so much 😄