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

module-loader-commonjs prevents running on read only filesystem #503

Closed
s2-ctraut opened this issue Jun 7, 2019 · 2 comments · Fixed by #533
Closed

module-loader-commonjs prevents running on read only filesystem #503

s2-ctraut opened this issue Jun 7, 2019 · 2 comments · Fixed by #533
Milestone

Comments

@s2-ctraut
Copy link

When running on a read only filesystem like aws lambda you get a write error.
In module-loader-commonjs/index.ts line 20 a mkdirp fails.

@clebert clebert added this to the 2.0 milestone Jun 10, 2019
@unstubbable unstubbable modified the milestones: 2.0, Backlog Jun 11, 2019
@ghost
Copy link

ghost commented Jul 16, 2019

afaik we could just write to /tmp instead, couldn't we? (We would obviously have to think about windows compat)

@unstubbable
Copy link
Member

unstubbable commented Jul 16, 2019 via email

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

Successfully merging a pull request may close this issue.

3 participants