AlexPshul / nxazure

MIT License
16 stars 7 forks source link

Azure Functions failed to create from new functions app generator #26

Closed IsaacPang closed 1 year ago

IsaacPang commented 1 year ago

I'm on an m1 Mac, running node v 18.16.1.

Using the generator to create a new functions app causes an error, where the command func init... fails, see below:

 NX   Command failed: func init test-app --worker-runtime node --language typescript 

Error: Command failed: func init test-app --worker-runtime node --language typescript 
    at checkExecSyncError (node:child_process:885:11)
    at execSync (node:child_process:957:15)
IsaacPang commented 1 year ago

Resolved, I just had to install azure-functions-core-tools and update the package in my package manager