run waha plus in vscode windows #784
Replies: 2 comments 13 replies
-
Hi! Try running https://github.com/devlikeapro/waha?tab=readme-ov-file#development
|
Beta Was this translation helpful? Give feedback.
-
S C:\Users\Administrator\Documents\waha-plus> yarn build 2 import { messages } from '@waha/core/engines/gows/grpc/gows'; 1 import { messages } from '@waha/core/engines/gows/grpc/gows'; 17 import { messages } from '@waha/core/engines/gows/grpc/gows'; 3 import { messages } from '@waha/core/engines/gows/grpc/gows'; Found 4 error(s). |
Beta Was this translation helpful? Give feedback.
-
iam trying to run in vscode i get this errors
src/core/engines/gows/session.gows.core.ts:17:26 - error TS2307: Cannot find module '@waha/core/engines/gows/grpc/gows' or its corresponding type declarations.
17 import { messages } from '@waha/core/engines/gows/grpc/gows';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/plus/engines/gows/session.gows.plus.ts:3:26 - error TS2307: Cannot find module '@waha/core/engines/gows/grpc/gows' or its corresponding type declarations.
3 import { messages } from '@waha/core/engines/gows/grpc/gows';
Beta Was this translation helpful? Give feedback.
All reactions