Hi,

I ran into some problems building a reviewboard extension for reviewboard 
4.0. I followed the instuctions 
on 
https://www.reviewboard.org/docs/manual/4.0/extending/extensions/distribution/ 
but when I run

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

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/2896e26d-6856-49b1-9610-9764e6f33046n%40googlegroups.com.

Reply via email to