Regards.
When installing whatsapp-web.js with the instruction
npm i whatsapp-web.js gives the following error
[email protected] install C:\Users\pepe\Desktop\nodejs\node_modules\puppeteer
node install.js"node" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\wander\Desktop
\nodejs\package.json'
npm WARN nodejs No description
npm WARN nodejs No repository field.
npm WARN nodejs No README data
npm WARN nodejs No license field.npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pepe\AppData\Roamingnpm-cache_logs\2020-05-11T14_03_02
_628Z-debug.log
Thank you
This seems like more of an issue with your environment. Did you install nodejs? What version do you have installed? You can try running node -v to check.
Regards.
Fixed, The problem was that nodejs was installed multiple times.
it was uninstalled and re-installed.
Thank you
Most helpful comment
Regards.
Fixed, The problem was that nodejs was installed multiple times.
it was uninstalled and re-installed.
Thank you