You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/recipes/documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ $ npm i -D @compodoc/compodoc
15
15
Generate project documentation using the following command (npm 6 is required for `npx` support). See [the official documentation](https://compodoc.app/guides/usage.html) for more options.
16
16
17
17
```bash
18
-
$ npx compodoc -p tsconfig.json -s
18
+
$ npx @compodoc/compodoc -p tsconfig.json -s
19
19
```
20
20
21
21
Open your browser and navigate to [http://localhost:8080](http://localhost:8080). You should see an initial Nest CLI project:
0 commit comments