We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d533c commit 6635b0eCopy full SHA for 6635b0e
doc/SETUP.md
@@ -91,3 +91,14 @@ Make sure to update them regularly:
91
$ go get -u github.com/mmarkdown/mmark@latest
92
$ GOBIN=~/.local/bin go install github.com/mmarkdown/mmark@latest
93
```
94
+
95
96
+## npm
97
98
+If you use dependencies such as [aasvg](https://github.com/martinthomson/aasvg),
99
+you need to have NodeJS and npm installed.
100
101
+If npm is installed and your project has a `package.json`, then running `make`
102
+will automatically call npm to install the dependencies.
103
104
+You can create the `package.json` by running, e.g., `npm i -save aasvg`.
0 commit comments