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
Check and install are used in CI one after another quite often and there are benefits of having full check capability (e.g. --integrity option) in install command:
reduced startup time
ability to use --force-single-instance for both reducing issues with concurrent install scenarios
Please mention your node.js, yarn and operating system version.
node 6
yarn 0.14
The text was updated successfully, but these errors were encountered:
Summary:
Wacky nodeModules.js is replaced with install-node-modules.js.
A few concerns to address:
- I did not make it a `hg mv nodeModules.js ..../install-node-modules.js` because I want to start with clean-ish slate and have a good peer review to the script
- I did not want to use external dependencies for install-node-modules.js because I want this script to startup as fast as possible and don't want to either check in its dependencies or use yarn to install them. Otherwise I would use shell.js, node-fetch and optimist, still an option if this script proves to be a hassle to support
Things to come:
- hook up jsbuddy and flow on install-node-modules.js
- yarnpkg/yarn#576
- yarnpkg/yarn#569
- yarnpkg/yarn#570
Usage for fbsource projects:
```
fbcode/react_native/kpm/wrapper/install-node-modules.sh fbsource/.../js-project
```
Reviewed By: yungsters
Differential Revision: D3996416
fbshipit-source-id: 078b2ca5c076c2c6e2e7209945e59aaa31ebc4aa
Do you want to request a feature or report a bug?
feature
What is the expected behavior?
Check and install are used in CI one after another quite often and there are benefits of having full
check
capability (e.g. --integrity option) in install command:Please mention your node.js, yarn and operating system version.
node 6
yarn 0.14
The text was updated successfully, but these errors were encountered: