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
I can't reproduce the problem with the latest, @next build. Can you try again and tell me if the problem still persists when you try it? Further more, what npm and node version are you using?
This is expected since if the user has npm 3.x installed, cli will use it to do npm install and npm v3.x flattens all dependencies it can on installation.
If the user has npm v2.x installed the modules won't get flattened on installation.
Steps to reproduce:
result:
On existing project with several plugins, the installed libraries are becoming over 50
and
tns run android
hangs outExample:
The text was updated successfully, but these errors were encountered: