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.
2 parents 55bff5c + cdbbc41 commit 6b9b805Copy full SHA for 6b9b805
README.md
@@ -45,7 +45,7 @@ $ sudo npm install -g api-console-cli
45
Generate API console from your RAML or OAS file:
46
47
```shell
48
-$ api-console build -t "RAML 1.0" -a path/to/api.raml # works with remote files too
+$ NODE_OPTIONS=--max_old_space_size=2048 api-console build -t "RAML 1.0" -a path/to/api.raml # works with remote files too
49
```
50
51
Preview the console:
0 commit comments