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

typescript component does not compile #30

Open
alisbiaa opened this issue Dec 15, 2022 · 5 comments
Open

typescript component does not compile #30

alisbiaa opened this issue Dec 15, 2022 · 5 comments

Comments

@alisbiaa
Copy link

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
image

I have tried deleting node_modules and package-lock.json and nothing changed.

This is what package.json has
image

Does anyone have a solution for this, please?

@stevendavelaar
Copy link
Member

Did you run npm install?

@alisbiaa
Copy link
Author

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?

@stevendavelaar
Copy link
Member

@stevendavelaar
Copy link
Member

Or this link: npm/npm#17444 . This seems to be a Windows specific issue

@alisbiaa
Copy link
Author

Thank you. It seems like it is a Windows issue. I changed the operator to Linux and it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants