0

What is the right way to build a Ubuntu-style apt-get package that in fact depends on node.js and some of the NPM packages as well? Should we call "npm install" from the Makefile or what?

1 Answer 1

1

you could do, best to do a check to make sure it is installed in the make file.

if not output a message telling them to npm install. you might even give a prompt to install npm - they then just hit YES and it does it all for them

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.