Closed IsaacPang closed 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:
func init...
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)
Resolved, I just had to install azure-functions-core-tools and update the package in my package manager
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: