Como migrar de fios para NPM

rm -rf ./node_modules
rm yarn.lock
npm install
Logicbox