-
Notifications
You must be signed in to change notification settings - Fork 15
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
TypeError: Cannot read properties of undefined (reading 'endsWith') #92
Comments
Ok I updated my version of Node from v14.17.6 to v16.14.0 and this fixed the issue. I figure this should probably also be mentioned in the README. Running
It looks like there's something with my folder structure that makes |
Hi, |
Hey ksjogo! Thanks for the help! I tried out your fork and it definitely works better, but with some bugs.
|
Don't have access to my Windows machine till the weekend, will take a look then. |
Hello!
I really like the idea of writing TypeScript code and compiling it to GDScript code, unfortunately I'm having issues getting it to run.
At first I got the error :
Error: Cannot find module 'typescript'
So I figured I needed to install TypeScript globally, which fixed the issue:
npm install --global typescript
In the past I've always used TypeScript with Vue or React in a CLI created project so I didn't have TypeScript installed globally. I figure this should probably be mentioned in the README.
But now I'm getting a more obscure error:
I have no idea what this operator is supposed to be doing, and neither does my version of Node.
The text was updated successfully, but these errors were encountered: