Skip to content

Commit dd5906c

Browse files
doc(the-aurelia-cli): section id fix
1 parent a3ea0f3 commit dd5906c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/article/en-US/the-aurelia-cli.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,12 @@ For styling purposes, you can modify the `process-css.js` file.
400400

401401
If you need your memory refreshed as to what the available options are, at any time you can execute `au help`. If you aren't sure what version of the CLI you are running, you can run `au -v`;
402402

403-
## [Troubleshooting](aurelia-doc://section/10/version/1.0.0)
403+
## [Troubleshooting](aurelia-doc://section/12/version/1.0.0)
404404

405405
_**I updated aurelia-cli and now executing `au run` returns `"Invalid Command: run"`**_
406406

407-
There appears to be an ongoing issue with npm's cache that can affect the upgrade of the aurelia-cli. Clearing the npm-cache appears to resolve the issue.
408-
Steps:
407+
There appears to be an ongoing issue with npm's cache that can affect the upgrade of the aurelia-cli. Clearing the npm-cache appears to resolve the issue.
408+
Steps:
409409
* `npm uninstall aurelia-cli -g`
410410
* delete the contents under c:/Users/NAME/AppData/Roaming/npm-cache
411411
* `npm install aurelia-cli -g`
412-

0 commit comments

Comments
 (0)