mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
Fixed broken links@
This commit is contained in:
@ -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,8 +77,8 @@ MCT Web repository) and replace platform/persistence/elastic with
|
|||||||
example/persistence.
|
example/persistence.
|
||||||
|
|
||||||
#### Bundle Before
|
#### Bundle Before
|
||||||
|
```diff
|
||||||
[
|
[
|
||||||
"platform/framework",
|
"platform/framework",
|
||||||
"platform/core",
|
"platform/core",
|
||||||
"platform/representation",
|
"platform/representation",
|
||||||
@ -95,15 +95,16 @@ example/persistence.
|
|||||||
"platform/features/scrolling",
|
"platform/features/scrolling",
|
||||||
"platform/forms",
|
"platform/forms",
|
||||||
"platform/persistence/queue",
|
"platform/persistence/queue",
|
||||||
-- "platform/persistence/elastic",
|
-- "platform/persistence/elastic",
|
||||||
"platform/policy",
|
"platform/policy",
|
||||||
|
|
||||||
"example/generator"
|
"example/generator"
|
||||||
]
|
]
|
||||||
|
```
|
||||||
__bundles.json__
|
__bundles.json__
|
||||||
|
|
||||||
#### Bundle After
|
#### Bundle After
|
||||||
|
```diff
|
||||||
[
|
[
|
||||||
"platform/framework",
|
"platform/framework",
|
||||||
"platform/core",
|
"platform/core",
|
||||||
@ -126,6 +127,7 @@ __bundles.json__
|
|||||||
++ "example/persistence",
|
++ "example/persistence",
|
||||||
"example/generator"
|
"example/generator"
|
||||||
]
|
]
|
||||||
|
```
|
||||||
__bundles.json__
|
__bundles.json__
|
||||||
|
|
||||||
### Run a Web Server
|
### Run a Web Server
|
||||||
|
Reference in New Issue
Block a user