-
Notifications
You must be signed in to change notification settings - Fork 34
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
npm prune removes napa packages #22
Comments
I'm not sure how I could fix it as I can't make |
We could give a alias to the user to override |
Hmm interesting. I wonder if we'd be opening pandora's box by beginning to wrap |
The thing is it's not a prune on napa, it's just to make npm aware there're napa packages. |
It looks like if you add the package to "bundledDependencies": [
"ember", "handlebars", "jquery"
] So maybe when installing, |
The
|
When you do npm prune, it removes packages installed by napa. It's a nonsense as it's defined in napa key in package.json.
It sounds logical though about npm but a fix should be done.
What do you think?
The text was updated successfully, but these errors were encountered: