Closed kevinsslin closed 1 week ago
hey @kevinsslin can see to replicate this. this works locally for me. Feels like typescript is not properlly installed on your setup? which node version are you in?
Try adding "@types/node": "^20.14.2"
I just added this to the CLI starter package
Describe the bug
While trying to run
yarn dev
, I encountered numerous TypeScript errors, along with missing type declarations for several modules, including @xmtp/message-kit, process, console, and more. The dev server fails to run properly due to these issues.You can check the details here: https://app.warp.dev/block/pB0pHPhexIaqoIl45dh7VK
Expected behavior
The dev server should start without any missing type declaration errors or TypeScript issues.
Steps to reproduce the bug
yarn create message-kit
to create and configure the repo.yarn install
to install dependencies.yarn dev
to start the development server.