-
Notifications
You must be signed in to change notification settings - Fork 177
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
'The define key "process.env.ProgramFiles(x86)" contains invalid identifier "ProgramFiles(x86)"' #60
Comments
I'm running into the same issue on Alma Linux:
|
After grepping through the code, I couldn't find the problematic which function. Checking my environment, it appears my system has a weird "which" function defined:
After unsetting the variable, I was able to run the build and I came up with a different error now.
You might have a weird environment variable that is causing a similar error. The MessageInterface is supposed to be a class defined in the example code, so I am going to dig around some more and will post if I find a solution. --- edit |
The text was updated successfully, but these errors were encountered: