Open youurayy opened 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"
npm-base.bbclass
export NPM_CACHE_CMD="clean"
export NPM_CACHE_CMD="clean --force"
Fixed this in #98
due to https://github.com/npm/npm/issues/18894
in the file
npm-base.bbclass
, the two instances ofexport NPM_CACHE_CMD="clean"
need to readexport NPM_CACHE_CMD="clean --force"