You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have a JavaScript implementation of Appose (#3), we will naturally want to be able to build Appose environments that include packages installed via NPM, so that JavaScript tasks can be executed from child proceses, rather than only allowing to embed Java and/or Python in Node.js applications.
To build a node environment, we need to:
download and cache an npm installation (would rather not require it to be installed manually)
use Appose's copy of npm to build the environment, including the appose node package
See also #4 (Java/Groovy environment builder) and #5 (Conda/Python environment builder).
The text was updated successfully, but these errors were encountered:
Once we have a JavaScript implementation of Appose (#3), we will naturally want to be able to build Appose environments that include packages installed via NPM, so that JavaScript tasks can be executed from child proceses, rather than only allowing to embed Java and/or Python in Node.js applications.
To build a node environment, we need to:
See also #4 (Java/Groovy environment builder) and #5 (Conda/Python environment builder).
The text was updated successfully, but these errors were encountered: