-
Notifications
You must be signed in to change notification settings - Fork 91
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
Missing babel-runtime
dependency
#199
Comments
How (in what way), specifically, does this break pnpm? |
If you require something, it needs to be specified in the NPM flattens your dep tree, so if pnpm does not flatten your dep tree. |
Got it. I'll try to get to this. A PR would be helpful!
…On Wed, Aug 1, 2018, 3:13 PM Vaughan Rouesnel ***@***.***> wrote:
If you require something, it needs to be specified in the package.json.
NPM flattens your dep tree, so if babel-runtime is required by something
else, it will be accessible in your node_modules. But this is not
reliable. All deps should be explicitly specified.
pnpm does not flatten your dep tree.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAR4jHgvENovIi5HeXDrr9v3Y80gwotrks5uMZtXgaJpZM4VqE74>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is used in the transpiled output, and should be included as a dep.
This breaks
pnpm
usage - https://pnpm.js.org/.The text was updated successfully, but these errors were encountered: