Closed septs closed 5 years ago
update package.json file after, call package installer (npm OR yarn)
package.json
cases:
package-lock.json
yarn.lock
npm install
yarn install
see https://yarnpkg.com/lang/en/docs/yarn-lock/ see https://docs.npmjs.com/files/package-lock.json
Hi @septs!
This is sort of a dupe of #3 — the cost vs benefit of this does not make it worthwhile. Simply doing && npm install or && yarn install after typesync is not much effort.
&& npm install
&& yarn install
typesync
update
package.json
file after, call package installer (npm OR yarn)cases:
package-lock.json
andyarn.lock
files, after rejection install.package-lock.json
, usenpm install
command install.yarn.lock
, useyarn install
command install.see https://yarnpkg.com/lang/en/docs/yarn-lock/ see https://docs.npmjs.com/files/package-lock.json