serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

Error: spawn func.cmd ENOENT #319

Closed tbarlow12 closed 5 years ago

tbarlow12 commented 5 years ago

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 within node_modules/.bin