You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Napa installs the git projects under node_modules, but this causes a problem when you then run npm install someDependency because npm will delete any extraneous folder under node_modules. We should configure napa to use a different folder or use git clone instead.
The text was updated successfully, but these errors were encountered:
Napa installs the git projects under node_modules, but this causes a problem when you then run
npm install someDependency
because npm will delete any extraneous folder under node_modules. We should configure napa to use a different folder or use git clone instead.The text was updated successfully, but these errors were encountered: