Skip to content

Commit 6030daf

Browse files
authored
Merge pull request #234 from ngageoint/update-readme
update the instance dependency install instructions
2 parents dd74faf + f24ad44 commit 6030daf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,15 @@ npm run build
295295
After building the core packages, install them as dependencies in the `instance` package.
296296
```bash
297297
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
298304
npm i --omit dev ../service ../web-app/dist ../plugins/nga-msi
299305
```
306+
300307
The project's root [`package.json`](./package.json) provides some convenience script entries to install, build, and run
301308
the MAGE server components, however, those are deprecated and will likely go away after migrating to NPM 7+'s
302309
[workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces) feature.

0 commit comments

Comments
 (0)