Whatsapp-web.js: Error al instalar whatsapp-web.js

Created on 11 May 2020  路  2Comments  路  Source: pedroslopez/whatsapp-web.js

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

Most helpful comment

Regards.

Fixed, The problem was that nodejs was installed multiple times.

it was uninstalled and re-installed.

Thank you

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

felipemm picture felipemm  路  5Comments

marcopandolfo picture marcopandolfo  路  5Comments

dedenhendrap picture dedenhendrap  路  8Comments

therevolt picture therevolt  路  4Comments

ngekoding picture ngekoding  路  5Comments