-
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
Packages installed with napa removed after install other package #81
Comments
As far as I know, the only solution is to re-run |
I have a PR that might solve this issue by allowing you to specify a different folder for napa dependencies, such as |
Why not just have Napa build a package.json for said library so that it does not get scrubbed? |
@JakedUp napa already builds and writes a package.json to the file system. If you're suggesting automatically publishing to npm, I think that's way out of the scope of this package. |
Ah, ok -- I did not know this. Thanks for the clarification |
I have in my
package.json
When i do
npm i
, napa createsnode_modules/foo
with my module.But when i do
npm i -D other-package
, directorynode_modules/foo
will be removed.What i do wrong?
The text was updated successfully, but these errors were encountered: