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?