Closed tbarlow12 closed 5 years ago
If azure-functions-core-tools is not installed globally, spawning of process fails.
azure-functions-core-tools
Current thought is to run npx as the command instead of func. Or to just run the executable within node_modules/.bin
npx
node_modules/.bin
If
azure-functions-core-tools
is not installed globally, spawning of process fails.Current thought is to run
npx
as the command instead of func. Or to just run the executable withinnode_modules/.bin