imyller / meta-nodejs

OpenEmbedded layer for latest Node.js releases
MIT License
79 stars 87 forks source link

npm cache clean needs --force #94

Open youurayy opened 5 years ago

youurayy commented 5 years ago

due to https://github.com/npm/npm/issues/18894

in the file npm-base.bbclass, the two instances of export NPM_CACHE_CMD="clean" need to read export NPM_CACHE_CMD="clean --force"

aaronovz1 commented 4 years ago

Fixed this in #98