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
false
error: Uncaught (in promise) TypeError: process.loadEnvFile is not a function
process.loadEnvFile("./.test.env");
^
at file:///Users/harshrastogi/Developer/deno-moi/provider/test.ts:21:9
I'm using deno 2.1.9 on Apple Mac M2 Pro Chip (arm64)
The text was updated successfully, but these errors were encountered:
0xharshrastogi
changed the title
missing node compatiblity support for process.loadEnvFile
Missing Node Compatibility Support for process.loadEnvFileFeb 8, 2025
According to deno docs the following function is supported in docs here: https://docs.deno.com/api/node/process/~/Process#methods_loadenvfile_16
Which results in:
I'm using deno 2.1.9 on Apple Mac M2 Pro Chip (arm64)
The text was updated successfully, but these errors were encountered: