Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: adiciona script para limpar npm #20

Merged
merged 2 commits into from Dec 11, 2018
Merged

build: adiciona script para limpar npm #20

merged 2 commits into from Dec 11, 2018

Conversation

eduardomoroni
Copy link
Contributor

Este error não é exclusivo do nosso projeto: npm/npm#13528 (comment)

O time do NPM esta trabalhando para resolver em npm/cli#86

por enquanto, o que precisamos fazer é:
Limpar o cache do npm, apagar os package-lock.json e rodar install denovo

rm -rf ./core/package-lock.json
rm -rf ./web/node_modules
rm -rf ./web/package-lock.json
# rm -rf ./mobile/node_modules
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O projeto mobile ficara parado por um tempo, entao vamos ignorar

@eduardomoroni
Copy link
Contributor Author

@LeoMosiah testa se isso funciona ai pfv

@eduardomoroni eduardomoroni merged commit f6575e0 into master Dec 11, 2018
@eduardomoroni eduardomoroni deleted the npm-clean branch December 11, 2018 09:56
eduardomoroni added a commit that referenced this pull request Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants