node-packer: Unable to compile my js using nodec

This is what I see when I try to compile my js. Why is it saying no module named nodedownload? Please help…

-> cd /tmp/nodec/node
-> Running ["./configure "]
Traceback (most recent call last):
  File "./configure", line 38, in <module>
    import nodedownload
ImportError: No module named nodedownload
Failed running ["./configure "]

About this issue

  • Original URL
  • State: open
  • Created 7 years ago
  • Comments: 24 (10 by maintainers)

Most upvoted comments

It appears /tmp/nodec is incomplete, either remove that temporary folder or run with --clean-tmpdir.