We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd74faf + f24ad44 commit 6030dafCopy full SHA for 6030daf
README.md
@@ -295,8 +295,15 @@ npm run build
295
After building the core packages, install them as dependencies in the `instance` package.
296
```bash
297
cd instance
298
+npm i
299
+```
300
+
301
+In the case that the dev dependencies need to be over ridden (eg nga-msi plugin)
302
+```bash
303
+cd instance
304
npm i --omit dev ../service ../web-app/dist ../plugins/nga-msi
305
```
306
307
The project's root [`package.json`](./package.json) provides some convenience script entries to install, build, and run
308
the MAGE server components, however, those are deprecated and will likely go away after migrating to NPM 7+'s
309
[workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces) feature.
0 commit comments