-
Notifications
You must be signed in to change notification settings - Fork 59
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
Install root dependencies #228
Conversation
if (err && err.code === 'ENOENT') return done(); | ||
if (err) return done(err); | ||
|
||
FS.copy(source, destination, done); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be called copy-dependencies.js
instead? 🙃
I fixed the build issues and resolved the conflict with |
2e29f90
to
6fa8771
Compare
Remove unnecessary semicolons so the build passes. I broke it so I figured I would fix it. <3
6fa8771
to
bb09432
Compare
Merge conflicts have been resolved. |
@theworkflow Are you considering closing #243 with this PR? |
@jackboberg Not initially. I had the thought process that each function/file is an individual task. Updating the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A separate PR seems fine, I think it could be a part of find-node-version
.
Install root dependencies when
package.json
is present. Then moves them to thedemeteorized
bundle.Closes #181