We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FUNCTION_INVOCATION_FAILED
I ran this repo locally and got an error. (This Serverless Function has crashed.)
This Serverless Function has crashed.
➜ vanilla-vercel-functions git:(main) ✗ pnpm start > vanilla-vercel-functions@ start /Users/mrozin/Develop/nodejs/vanilla-vercel-functions > vercel dev Vercel CLI 29.3.6 > Ready! Available at http://localhost:3000 Cannot use import statement outside a module
I added "type": "module" to package.json, and this problem is resolved.
"type": "module"
package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran this repo locally and got an error. (
This Serverless Function has crashed.
)I added
"type": "module"
topackage.json
, and this problem is resolved.The text was updated successfully, but these errors were encountered: