-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Do you want to request a feature or report a bug?
feature
What is the current behavior?
Not passing --pure-lockfile
for install
command confuses me because it modifies the lock file while installing node_modules.
We agreed on semantics that add/upgrade/remove
are to change dependencies and install
is to consistently rebuild node_modules from lockfile.
Consistency gets lost when lockfile is modified depending on environment (version of yarn currently installed).
What is the expected behavior?
Not write yarn.lock or package.json when doing yarn install
.
To update yarn.lock use yarn upgrade
Please mention your node.js, yarn and operating system version.
yarn 0.14
petetnt, chadian, eliihen, Pauan, idris and 149 morejamiebuildscseelus, redian, tristanjahier, taylesworth, Caltor and 2 more