-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
I use the following command to install some application (on vagrant):
yarn install --modules-folder "$NODE_MODULES" --pure-lockfile --no-progress
Where $NODE_MODULES is a couple of folders up.
This command no longer creates a .bin directory. After doing a regression test, it looks like it's being created just fine in 0.25.3, but breaks in 0.25.4.
If I am to believe the 0.25-stable branch, this is the only commit between the two versions:
pirate