mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
Fixed broken links@
This commit is contained in:
parent
78004ebf37
commit
bf39aa1b1d
@ -1,20 +0,0 @@
|
||||
0 info it worked if it ends with ok
|
||||
1 verbose cli [ '/Users/akhenry/.nvm/v0.10.35/bin/node',
|
||||
1 verbose cli '/Users/akhenry/.nvm/v0.10.35/bin/npm',
|
||||
1 verbose cli 'run',
|
||||
1 verbose cli 'docs' ]
|
||||
2 info using npm@1.4.28
|
||||
3 info using node@v0.10.35
|
||||
4 error Error: ENOENT, open '/Users/akhenry/Code/mct/openmctweb/docs/src/architecture/package.json'
|
||||
5 error If you need help, you may report this *entire* log,
|
||||
5 error including the npm and node versions, at:
|
||||
5 error <http://github.com/npm/npm/issues>
|
||||
6 error System Darwin 14.5.0
|
||||
7 error command "/Users/akhenry/.nvm/v0.10.35/bin/node" "/Users/akhenry/.nvm/v0.10.35/bin/npm" "run" "docs"
|
||||
8 error cwd /Users/akhenry/Code/mct/openmctweb/docs/src/architecture
|
||||
9 error node -v v0.10.35
|
||||
10 error npm -v 1.4.28
|
||||
11 error path /Users/akhenry/Code/mct/openmctweb/docs/src/architecture/package.json
|
||||
12 error code ENOENT
|
||||
13 error errno 34
|
||||
14 verbose exit [ 34, true ]
|
@ -77,33 +77,34 @@ MCT Web repository) and replace platform/persistence/elastic with
|
||||
example/persistence.
|
||||
|
||||
#### Bundle Before
|
||||
```diff
|
||||
[
|
||||
"platform/framework",
|
||||
"platform/core",
|
||||
"platform/representation",
|
||||
"platform/commonUI/about",
|
||||
"platform/commonUI/browse",
|
||||
"platform/commonUI/edit",
|
||||
"platform/commonUI/dialog",
|
||||
"platform/commonUI/general",
|
||||
"platform/containment",
|
||||
"platform/telemetry",
|
||||
"platform/features/layout",
|
||||
"platform/features/pages",
|
||||
"platform/features/plot",
|
||||
"platform/features/scrolling",
|
||||
"platform/forms",
|
||||
"platform/persistence/queue",
|
||||
-- "platform/persistence/elastic",
|
||||
"platform/policy",
|
||||
|
||||
[
|
||||
"platform/framework",
|
||||
"platform/core",
|
||||
"platform/representation",
|
||||
"platform/commonUI/about",
|
||||
"platform/commonUI/browse",
|
||||
"platform/commonUI/edit",
|
||||
"platform/commonUI/dialog",
|
||||
"platform/commonUI/general",
|
||||
"platform/containment",
|
||||
"platform/telemetry",
|
||||
"platform/features/layout",
|
||||
"platform/features/pages",
|
||||
"platform/features/plot",
|
||||
"platform/features/scrolling",
|
||||
"platform/forms",
|
||||
"platform/persistence/queue",
|
||||
-- "platform/persistence/elastic",
|
||||
"platform/policy",
|
||||
|
||||
"example/generator"
|
||||
]
|
||||
"example/generator"
|
||||
]
|
||||
```
|
||||
__bundles.json__
|
||||
|
||||
#### Bundle After
|
||||
|
||||
```diff
|
||||
[
|
||||
"platform/framework",
|
||||
"platform/core",
|
||||
@ -126,6 +127,7 @@ __bundles.json__
|
||||
++ "example/persistence",
|
||||
"example/generator"
|
||||
]
|
||||
```
|
||||
__bundles.json__
|
||||
|
||||
### Run a Web Server
|
||||
|
Loading…
x
Reference in New Issue
Block a user