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
~/Projects/yarn-test 🐒 yarn init -y
yarn init v1.6.0
warning The yes flag has been set. This will automatically answer yes to all questions, which may have security implications.
success Saved package.json
✨ Done in 0.03s.
~/Projects/yarn-test 🐒 yarn --modules-folder lib/ add requirejs
yarn add v1.6.0
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ requirejs@2.3.5
info All dependencies
└─ requirejs@2.3.5
✨ Done in 0.24s.
~/Projects/yarn-test 🐒 ls lib/.bin
ls: lib/.bin: No such file or directory
~/Projects/yarn-test 🐒 ls node_modules/.bin/
r.js r_js
I'm not really sure if this is a bug or intentional since yarn run would look for and set up path for node_modules/.bin. @BYK@arcanis do either of you know if this is by design or a bug?
yarn --modules-folder lib/ add requirejs
why auto create node_modules folder
The text was updated successfully, but these errors were encountered: