Sha256: 4fea58fdbadd25678404a0effa6e187308adef1f0ab02e9ac581b0abaeb98fdf
Contents?: true
Size: 522 Bytes
Versions: 117
Compression:
Stored size: 522 Bytes
Contents
# Node Dependencies, NPM, and Yarn ## Updating You can check for outdated versions of packages with `yarn outdated` in your `client` directory. To upgrade package version, use `yarn upgrade [package]`. To update all dependencies, use `yarn upgrade`. Confirm that the hot replacement dev server and the Rails server both work. ## Adding New Dependencies Typically, you can add your Node dependencies as you normally would. ```bash cd client yarn add module_name@version # or # yarn add --dev module_name@version ```
Version data entries
117 entries across 117 versions & 1 rubygems