You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the feature
This project relies on a "node" executable on PATH, regardless of what node.js executable is used to run cdk.
https://github.com/aws/jsii/blob/main/packages/%40jsii/python-runtime/src/jsii/_kernel/providers/process.py#L251
Use Case
Node.js may not be installed globally. Or perhaps it is installed, but not named "node." E.g. node18, node19 similar to python2, python3.
Proposed Solution
Use an env var, like
Other Information
No response
Acknowledgements
CDK version used
Environment details (OS name and version, etc.)
The text was updated successfully, but these errors were encountered: