Skip to content

DevNotes

dumpofmemory edited this page Jun 7, 2020 · 5 revisions

issues encountered during development and not only


npm test was failing.

cleaned the cache and it worked:

rm -rf ./node_modules

npm cache clean --force

npm i


Clone this wiki locally