4704: setup.py build should install node modules

smillerdev
david
david

What version of Djblets are you using?

1.0.6

Which module(s) have the problem?

What steps will reproduce the problem?

  1. run setup.py build
  2. run setup.py install --root /some/root

What is the expected output? What do you see instead?

I expected it to build succesfully, got Unable to interpret argument autoprefix - if it is a plugin (less-plugin-autoprefix), make sure that it is installed under or at the same level as less instead.

What version of Python and Django?

Python 2.7 and Django 1.6.11

Please provide any additional information below.

running npm install less-plugin-autoprefix fixes the issue.

david
#1 david
  • -node_modules is missing less-plugin-autoprefix
    +setup.py build should install node modules
  • +david