Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module '@open-wa/wa-automate' #538

Closed
farizqyy opened this issue Jun 9, 2023 · 1 comment
Closed

Cannot find module '@open-wa/wa-automate' #538

farizqyy opened this issue Jun 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@farizqyy
Copy link

farizqyy commented Jun 9, 2023

[email protected] start
node index.js

node:internal/modules/cjs/loader:1078
throw err;
^

Error: Cannot find module '@open-wa/wa-automate'
Require stack:

  • C:\Users\mfari\BocchiBot\index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
    at Module._load (node:internal/modules/cjs/loader:920:27)
    at Module.require (node:internal/modules/cjs/loader:1141:19)
    at require (node:internal/modules/cjs/helpers:110:18)
    at Object. (C:\Users\mfari\BocchiBot\index.js:2:28)
    at Module._compile (node:internal/modules/cjs/loader:1254:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
    at Module.load (node:internal/modules/cjs/loader:1117:32)
    at Module._load (node:internal/modules/cjs/loader:958:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ 'C:\Users\mfari\BocchiBot\index.js' ]
    }
@farizqyy farizqyy added the bug Something isn't working label Jun 9, 2023
@Eximinati
Copy link

Do yarn or npm i or add @open-wa/wa-automate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants