GonzaSab / botWhatsapp

28 stars 18 forks source link

Problemas en la instalación AYUDA!! #1

Open joelgpc opened 5 months ago

joelgpc commented 5 months ago

He intentado de todo, llevo 4 horas y no encuentro la solución, me podéis ayudar? ┌ Vamos a crear un Chatbot ✨ │ ◇ ¿Quieres continuar? │ Yes │ ◇ ¿Cuál proveedor de whatsapp quieres utilizar? │ Baileys │ ◇ ¿Cuál base de datos quieres utilizar? │ Memory │ ◇ Comprobando requerimientos │ │ ◇ Creando proyecto │ ◇ Instrucciones: ───────────────────────────╮ │ │ │ cd base-baileys-memory │ │ npm install │ │ npm start │ │ │ │ https://bot-whatsapp.netlify.app │ │ │ │ 🤖 ¿Problemas? Únete: │ │ https://link.codigoencasa.com/DISCORD │ │ │ ├────────────────────────────────────────────╯ │ └ Finalizado correctamente!

PS C:\Users\joel_\source\repos\botWhatsapp-1> cd base-baileys-memory │

│ npm install Set-Location : No se encuentra ningún parámetro de posición que acepte el argumento '│'. En línea: 1 Carácter: 1

  • cd base-baileys-memory │
  • CategoryInfo : InvalidArgument: (:) [Set-Location], ParameterBindingException

│ : El término '│' no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable. Compruebe si escribió correctamente el nombre o, si incluyó una ruta de acceso, compruebe que dicha ruta es
correcta e inténtelo de nuevo. En línea: 2 Carácter: 1

PS C:\Users\joel_\source\repos\botWhatsapp-1> cd base-baileys-memory

npm install npm WARN deprecated phin@2.9.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

added 481 packages, and audited 482 packages in 1m

51 packages are looking for funding

15 vulnerabilities (6 moderate, 7 high, 2 critical)

To address issues that do not require attention, run: npm audit fix

To address all issues (including breaking changes), run: npm audit fix --force

Run npm audit for details. PS C:\Users\joel_\source\repos\botWhatsapp-1\base-baileys-memory> npm start

base-bailey-memory@1.0.0 prestart npx eslint . --no-ignore

Oops! Something went wrong! :(

ESLint: 8.57.0

ESLint couldn't find the plugin "eslint-plugin-bot-whatsapp".

(The package "eslint-plugin-bot-whatsapp" was not found when loaded as a Node module from the directory "C:\Users\joel_\source\repos\botWhatsapp-1".)

It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:

npm install eslint-plugin-bot-whatsapp@latest --save-dev

The plugin "eslint-plugin-bot-whatsapp" was referenced from the config file in "...eslintrc.js".

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.

PS C:\Users\joel_\source\repos\botWhatsapp-1\base-baileys-memory> image