Skip to content

Updating or adding Packages

veeramarni edited this page Apr 9, 2019 · 10 revisions

Updating Packages

  1. First, you need to delete root's package-lock.json
  2. Search for the package and add to the search box and replace value so the package is get updated in all the packages.json files if it used
  3. Run npm install -f from root.
  4. Make sure none of the packages are installed local to the packages or servers. Look for npm_modules under the servers\frontend-server etc... to make sure no local node_modules are created.

Adding packages

If the package is not generic for the whole project then add it to the package.json of the package folder where it will be used.

Contributing

Clone this wiki locally