Closed adenler01 closed 1 year ago
Hi @adenler01 , Thanks for reaching out.
This is odd, actually. The node_modules are being published. I thought maybe I broke something so I retested it and all is working well for me. Do you have a repo you can share with me to try it out and see if I can reproduce it?
@adenler01, Any update from your side? Is it still failing?
Hi Alex - thanks for the follow up. It is now working, and honestly I can't tell you for sure why. It APPEARS to be related to the fact that my repo was configured to use yarn workspaces as well as NX. After removing the workspaces configuration it is now working correctly.
Thanks for the time - and thanks for creating this tool.
Andy
Great! I'm glad it's working and that you've found it useful.
Hi Alex -
Thanks for taking the time to create this package, it's much appreciated.
Forgive me if this is a dumb question - but should the publish command be publishing the node_modules folder contents necessary to run the function app? I've downloaded the zip file that is pushed to azure storage by "nx publish project appname" and all of the compiled code is there, but no node_modules folder - so naturally my functions aren't running.
Thanks for the help in understanding this process.
Andy