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

symlinks instead of copying? #68

Open
an-kumar opened this issue Mar 23, 2018 · 2 comments
Open

symlinks instead of copying? #68

an-kumar opened this issue Mar 23, 2018 · 2 comments

Comments

@an-kumar
Copy link

Currently building binaries involves full copies of all the node modules. Would it be possible to provide a flag to use symlinks instead of full copies?

In some docker containers, filesystem operations are extremely slow, and since node modules get very big, this can make it impossible to use e.g circleci for node tests.

@an-kumar
Copy link
Author

I have an implementation of this if you're interested.

@pcj
Copy link
Contributor

pcj commented Apr 3, 2018

Sorry for delay in response. PR definitely welcome on this. May have to be under a flag or require more work to support on windows.

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

No branches or pull requests

2 participants