Answer the question
In order to leave comments, you need to log in
Nmp i puppeteer not installing?
Everything was great before. Not for a long time I deleted the node_modules folder (specially), and now I reinstall all the packages, it swears when installing the pupetier. Removed package from json file, other packages installed fine.
I post the same error. Neither globally, nor set in any way.
The contents of the log file ~/.npm/_logs/2022-01-12T19_06_16_157Z-debug-0.log
I cut off the beginning of the log file, because it does not allow me to insert more.
Answer the question
In order to leave comments, you need to log in
You are doing something weird.
Generally, all packages are installed by adding them to the dependencies array in package.json, with the exception of global tools, which pupiter does not apply to.
And then just write npm i (without any add-ons) to download all the dependencies
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question