getnamo / NodeJs-Unreal

Embed node.js as an Unreal Engine plugin.
MIT License
241 stars 36 forks source link

Add auto-npm support via bp and package.json #2

Closed getnamo closed 5 years ago

getnamo commented 5 years ago

in v0.1 we need to manually install our dependencies. Workflow-wise it would be great to encapsulate npm commands directly in the bp node component.

getnamo commented 5 years ago

with https://github.com/getnamo/nodejs-ue4/commit/f6b4ed26136dd492c967f4fa4e881f0e616ac44f feature is implemented. See https://github.com/getnamo/nodejs-ue4#npm-modules for documentation.