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
Builds fine but the final deployment step fails due node:fs.
Error: Failed to publish your Function. Got error: Uncaught Error: Unexpected behavior. The 'process.versions.node' variable has invalid value:
at functionsWorker-0.23847431798107888.js:140129:13 in ../node_modules/.pnpm/@[email protected]/node_modules/@nodelib/fs.scandir/out/constants.js
at functionsWorker-0.23847431798107888.js:32:50 in __require2
at functionsWorker-0.23847431798107888.js:140228:23 in ../node_modules/.pnpm/@[email protected]/node_modules/@nodelib/fs.scandir/out/providers/async.js
at functionsWorker-0.23847431798107888.js:32:50 in __require2
at functionsWorker-0.23847431798107888.js:140485:17 in ../node_modules/.pnpm/@[email protected]/node_modules/@nodelib/fs.scandir/out/index.js
at functionsWorker-0.23847431798107888.js:32:50 in __require2
at functionsWorker-0.23847431798107888.js:140924:21 in ../node_modules/.pnpm/@[email protected]/node_modules/@nodelib/fs.walk/out/readers/async.js
at functionsWorker-0.23847431798107888.js:32:50 in __require2
at functionsWorker-0.23847431798107888.js:141033:19 in ../node_modules/.pnpm/@[email protected]/node_modules/@nodelib/fs.walk/out/providers/async.js
at functionsWorker-0.23847431798107888.js:32:50 in __require2
The text was updated successfully, but these errors were encountered:
Builds fine but the final deployment step fails due
node:fs
.The text was updated successfully, but these errors were encountered: