arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

error with npm install #185

Closed JarlLyng closed 5 years ago

JarlLyng commented 5 years ago

Getting this error after running npm install.

I'm on macOS Mojave with node v12.4.0

Unhandled rejection Error: EACCES: permission denied, open '/Users/jarllyng/.npm/_cacache/index-v5/2b/cb/51f2ceaa13b8e23157f8a54d87d3ebc561e954022b8a220bffc0d8b2fed2'

npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/jarllyng/.npm/_logs/2019-06-11T22_34_18_468Z-debug.log
barclayd commented 5 years ago

This is a popular npm issue with your local npm install, not a Vue Design System issue - raised here: https://github.com/npm/npm/issues/17839

JarlLyng commented 5 years ago

Thanks @barclayd I'll close this issue then :)