We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It explicitly uses /tmp instead of os.tmpdir() in kernel.ts#L76 and kernel.ts#L113
/tmp
os.tmpdir()
Related to aws/aws-cdk#138
The text was updated successfully, but these errors were encountered:
fix: kernel fails on Windows
9be8ede
Use `os.tmpdir()` instead of `/tmp` when creating the kernel installation and staging directories. Fixes #183
fix(kernel): can't find temp directory on Windows (#184)
1aec545
No branches or pull requests
It explicitly uses
/tmp
instead ofos.tmpdir()
in kernel.ts#L76 and kernel.ts#L113Related to aws/aws-cdk#138
The text was updated successfully, but these errors were encountered: