Hi,
python setup.py bdist_wheel
or
python setup.py bdist_wheel
or
python setup.py install
I get an exception:
django.core.exceptions.ImproperlyConfigured: node_modules could not be found at /usr/local/lib/python3.8/dist-packages/node_modules
After a bit of experimentation I got things working by downloading the djblets source and running "python setup.py develop" in djblets, which downloads the node modules into the djblets directory, then I copied node_modules to /usr/local/lib/python3.8/dist-packages/node_modules, and after that building my extension works. But this doesn't seem like the best way of doing thing... was I missing a step? Might be a good idea to clarify this on the web page?
Cheers,
Nick