How do I report bugs or get support?
The quickest way to get support is by dropping us a line on Discord.
The second fastest way is to open an issue on GitHub.
We can also create a shared Slack or Teams channel with you upon a purchase of our Enterprise License.
The command isn’t running on my codebase
While there are several reasons for this, the most likely is our language support. We implement each language individually, and might not yet support your preferred language (though we are working on it).
Please check out our Supported Languages Page or our GitHub readme to see which languages we currently support.
NanoAPI is consuming too much memory/CPU — how can I tune performance?
For now the performance of napi
is tied directly to the size of the codebase you are running against. Most computers should run codebases up to a million lines of code without any issues.
We are working on support for handling larger codebases on small machines.