-
Notifications
You must be signed in to change notification settings - Fork 459
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
Windows Javascript error when running cdktf init --template="python"
#194
Comments
Likely the same issue as #198 |
Can you confirm the 0.0.12 is fixing your issue? |
Nope, still same issue. I am wondering if this has something to do with the fact that my nodejs is installed via scoop and not in default locations? Here is the output of the command. Another thing to note is that this error is occuring on a completely different one than what I used to first report the issue. During the bootstrap process, I answered 'no' to having the state stored in TFcloud and then kept the defaults for the name/description of the project.
|
Hm, which node version are you using? |
I'm actually getting the exact same error using a build from master. I'll try to troubleshoot further. |
This SO issue explains what I believe is happening, although I believe everything is set correctly. I was trying to run directly without an npm install to generate the wrapper, so my error was probably a bit different. |
After working around #268 I am not at the same point and see the issue. |
Thanks for looking into it @jsteinich |
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Community Note
cdktf & Language Versions
Affected Resource(s)
Debug Output
Expected Behavior
No error.
Actual Behavior
Experienced this error when using the CLI to init my Python project.
Steps to Reproduce
Run
cdftf init --template="python"
Important Factoids
References
The text was updated successfully, but these errors were encountered: