-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
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
service core:user:elysia-test: Uncaught ReferenceError: process is not defined at index.js:7397:27 #69
Comments
Oh, I'm sorry this is related to remix-run/remix#1285 |
Is it able to ignore ‘process’ variable if there is no process variable found |
I used the latest 0.6.0-alpha2 Lines 4 to 5 in b2df605
|
Is this issue solved with Elysia 0.6.0 stable? |
As we can now use Elysia on Cloudflare worker since 0.6.1, I assume this problem is solved. Feels free to reopen if the issue still persists. |
Related to: #58
I tried to run elysia on wrangler(cloudflare workers), and I got this error.
The code here below
package.json
The error message
⎔ Starting local server... service core:user:elysia-test: Uncaught ReferenceError: process is not defined at index.js:7397:27
The text was updated successfully, but these errors were encountered: