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

Allow npm install to work in git clone. #110

Merged
merged 2 commits into from
Jul 3, 2017

Conversation

hhellyer
Copy link
Contributor

It looks like the travis CI build does an npm install in a git checkout.
I've tested that locally and it fails due to some of the directories already existing. This PR tries to fix that and also means that running npm install in a local git clone should work.

I think travis will build PR's automatically so I may add changes if this does not resolve the issue.

indutny

This comment was marked as off-topic.

cjihrig

This comment was marked as off-topic.

@hhellyer
Copy link
Contributor Author

hhellyer commented Jul 3, 2017

The CI build isn't quite clean - it builds but npm test fails. I have a fix for that but I'll get it reviewed on a different branch and in the meantime I'll merge these since they are approved.

(I got started on this as PR #107 fixes the build badge but the build is still broken.)

@hhellyer hhellyer merged commit ea763e3 into nodejs:master Jul 3, 2017
@hhellyer hhellyer deleted the dev_install branch July 3, 2017 09:48
hhellyer pushed a commit that referenced this pull request Aug 14, 2017
Build on FreeBSD

PR-URL: #110
Reviewed-By: Howard Hellyer <hhellyer@uk.ibm.com>
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 this pull request may close these issues.

3 participants