Uncaught ReferenceError: process is not defined in path-parse module #1753
Unanswered
deepumandal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
package
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm encountering an issue in my frontend project where I'm getting the following error:
Context:
Configuration:
Here is my [farm.config.ts] file:
Steps Taken:
Installed the process package using pnpm install process --save
Added an alias for process in the farm.config.ts file.
Issue:
Despite these steps, I am still encountering the ReferenceError: process is not defined error.
Request:
Has anyone faced a similar issue or can provide guidance on how to resolve this error? Any help would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions