netlify-labs/netlify-functions-express

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined

ddennis opened this issue · 0 comments

I am getting this error right after npm start


TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
    at validateString (internal/validators.js:117:11)
    at Object.join (path.js:375:7)
    at ...\netlify-functions-express\node_modules\netlify-lambda\lib\serve.js:51:23
    at Layer.handle [as handle_request] (...\netlify-functions-express\node_modules\express\lib\router\layer.js:95:5)