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
Your dependencies will now be installed flat - by default. If possible, all of your dependencies, and their dependencies, and their dependencies will be installed in your project's node_modules folder without nesting. Nesting will only occur when two or more modules have conflicting dependencies.
To think about as well, since windows have a limit on the path names and currently we're nesting dependencies ala npm@2
Currently, this project does not support windows.
Two ways of solving this:
.sh
and.bat
files that are copied into repository.The text was updated successfully, but these errors were encountered: