typescript component does not compile
The goal is to create a custom component on my local machine using typescript for debugging purposes
Initially I did create the component with the following command
> bots-node-sdk init PizzaService --name pizza-service --language typescript
then
> npm run start

I have tried deleting node_modules and package-lock.json and nothing changed.
This is what package.json has

Does anyone have a solution for this, please?
Did you run npm install?
Did you run
npm install?
Hi @stevendavelaar, yes. I did. Can you try it on your machine and confirm whether you ran into the same issue or not?
It works for me, but I am using a Mac. Maybe this link helps? https://stackoverflow.com/questions/73367103/npm-install-g-typescript-doesnt-install-correctly-on-windows-missing-tsc-cm
Or this link: https://github.com/npm/npm/issues/17444 . This seems to be a Windows specific issue
Thank you. It seems like it is a Windows issue. I changed the operator to Linux and it works fine.