About new feature to require packages in function nodes

Hi, i use Azure Web Apps to deploy node red and a workflow that i have projects enabled in local env, i include a full package json and settings.js inside project folder and push to a private git where Azure pulls from.

Due to nature of azure, during deployment npm install is run in another machine and node modules folder is zipped and moved to actual container. You can not run npm install inside the actual container.

Is there any way to modify the new feature so that the modules will be added to main package json and will be utilized from the main node modules folder so that they will be installed during a regular npm install on the main package.json? Or any other workaround suggestions?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.