You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/05 15:11:31 UTC

[GitHub] ieb commented on issue #23: Publish npm for the nodejsv8 image

ieb commented on issue #23: Publish npm for the nodejsv8 image
URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/23#issuecomment-370449924
 
 
   I am suggesting that there is a npm that defines all the dependencies already deployed into the nodejs8Action docker container so that, those who are developing functions can include that in their own project.json files and get the current list of provided dependencies, without having to try and work out what they are by trial and error or reading GitHub.
   
   For those that are using webpack or some other npm packager in their own package, they can also mark the container npm as external and reduce the size of their deployment bundle.
   
   All you need to do to achieve this is publish https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/core/nodejs8Action as a npm using its package.json file as the descriptor.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services