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

Delete destination app dir when preparing project #395

Merged
merged 1 commit into from
Mar 30, 2015

Conversation

rosen-vladimirov
Copy link
Contributor

Delete dir where app will be copied on prepare. If we do not delete it, on Linux and Mac we receive EEXIST errors for symlinks inside app directory. Symlinks are common scenario when node_modules are used.

Fixes #394

Delete dir where app will be copied on prepare. If we do not delete it, on Linux and Mac we receive EEXIST errors for symlinks inside app directory. Symlinks are common scenario when node_modules are used.

Fixes #394
@rosen-vladimirov rosen-vladimirov self-assigned this Mar 30, 2015
@rosen-vladimirov rosen-vladimirov added this to the 0.10 milestone Mar 30, 2015
@ns-bot
Copy link

ns-bot commented Mar 30, 2015

@Fatme
Copy link
Contributor

Fatme commented Mar 30, 2015

👍

rosen-vladimirov added a commit that referenced this pull request Mar 30, 2015
…n-prepare

Delete destination app dir when preparing project
@rosen-vladimirov rosen-vladimirov merged commit 4a35dcc into master Mar 30, 2015
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/delete-app-dir-on-prepare branch March 30, 2015 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build on Linux/Mac when app contains symlink
3 participants