+ 1
Npm install does not work... any idea?
npm WARN public@1.0.0 No description npm WARN public@1.0.0 No repository field.
5 Réponses
+ 4
npm cache-clean --force
See if this solves it
+ 3
please show me your code and I may help you
+ 1
Josué Hinestroza To remove this warning, Add the said fields to your package.json manually or run `npm init`
+ 1
It worked with npm cache-clean -force ...thanks
0
npm WARN public@1.0.0 No description
npm WARN public@1.0.0 No repository field.
I'm trying to do npm run build but does not let me move from this step