Update Cabloy
Open filepackage.json
, set cabloy
to the latest version, and then reinstall dependencies again:
- 1# reinstall dependencies
- 2$ lerna bootstrap
Update Vendor Suites/Modules
The third-party suites/modules are located in the source code directory {project}/src/suite-vendor
和{project}/src/module-vendor
, so need to update them by cli command:
- 1$ npm run cli :store:sync
Comments: