You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running netlify dev or deploying functions, I encounter this error preventing the functions from bundling:
FunctionBundlingUserError: '___netlify-entry-point' is a reserved word and cannot be used as a file or directory name.
at .../@netlify/zip-it-and-ship-it/dist/runtimes/node/utils/entry_file.js:69:19
at ...
Steps to reproduce
Steps to reproduce:
1. Use Netlify CLI version 21.4.0 on macOS 15.4.1 (Apple M1).
2. Run netlify dev or build functions with any function present.
3. Error appears during bundling.
Additional Notes:
• I have verified no file or directory named ___netlify-entry-point exists in my functions folder or project.
• The error happens immediately on function bundling.
• Reinstalling or downgrading netlify-cli to 21.3.x did not help.
• Clearing Netlify function cache has no effect.
Please advise if there is a workaround or patch planned.