Npm install does not work... any idea? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

8th Sep 2020, 9:06 PM
Josué Hinestroza
Josué Hinestroza - avatar
5 Answers
+ 4
npm cache-clean --force See if this solves it
8th Sep 2020, 9:21 PM
Ore
Ore - avatar
+ 3
please show me your code and I may help you
8th Sep 2020, 9:13 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
+ 1
Josué Hinestroza To remove this warning, Add the said fields to your package.json manually or run `npm init`
9th Sep 2020, 5:17 AM
Ore
Ore - avatar
+ 1
It worked with npm cache-clean -force ...thanks
10th Sep 2020, 12:51 AM
Josué Hinestroza
Josué Hinestroza - avatar
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
8th Sep 2020, 9:57 PM
Josué Hinestroza
Josué Hinestroza - avatar