-1

Suppose I am making a nodejs module that I will upload in https://www.npmjs.com/.

And my nodejs module is using a python script and the python script using some modules that has to be installed using pip, right now my code is working because I have the python modules installed globally but suppose someone pulls my code who doesn't have python installed then I guess my js module won't work as intended.

What should I do

Is there any hack around this.

1

1 Answer 1

1

I think there is no way to install python from the npm package automatically. For example, package node-gyp uses python and requires it as a dependency.

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.