-
Notifications
You must be signed in to change notification settings - Fork 25
Updating or adding Packages
veeramarni edited this page Apr 9, 2019
·
10 revisions
- First, you need to delete root's
package-lock.json - 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
- Run
npm install -ffrom root. - Make sure none of the packages are installed local to the
packagesorservers. Look fornpm_modulesunder theservers\frontend-serveretc... to make sure no localnode_modulesare created.
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.