Old_usr

Results 17 comments of Old_usr

> I have not had a problem generating the package. Be careful, I do not rule out that it is not like that, I am new > > https://github.com/WhiskeySockets/Baileys/blob/master/.github/workflows/publish-release.yml >...

> I have not had a problem generating the package. Be careful, I do not rule out that it is not like that, I am new > > https://github.com/WhiskeySockets/Baileys/blob/master/.github/workflows/publish-release.yml >...

> you don't need to use the npmjs.com package you can use yarn add **github:WhiskeySockets/Baileys** instead while the release is being fixed but i want a single auth one system...

> > you don't need to use the npmjs.com package you can use yarn add **github:WhiskeySockets/Baileys** instead while the release is being fixed > > but i want a single...

> I used to use this module via require() but it no longer works i gives me this error `Cannot find module '...\node_modules\@adiwajshing\baileys\lib\index.js'` From where you clone or download this

> > > I used to use this module via require() but it no longer works i gives me this error `Cannot find module '...\node_modules\@adiwajshing\baileys\lib\index.js'` > > > > >...

> > in which bot > > Don't understand the question (?) In which folder you cloned or download it

> I ran `yarn add github:WhiskeySockets/Baileys` from the top folder of the project. Can you give a folder link ?

> const { makeWASocket } = require('@adiwajshing/baileys'); const { makeWASocket } = require('@adiwajshing/baileys');.default

`` > changed to ` const { makeWASocket } = require('@adiwajshing/baileys');` Still getting the same error: > > ``` > Error: Cannot find module '/home/user/dev/wa-desktop/node_modules/@adiwajshing/baileys/lib/index.js'. Please verify that the package.json...