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
I don't know if I am missing an env file or any step in running the plugin locally. I get the following error when I try to build the plugin. Any help would be appreciated.
TS2403: Subsequent variable declarations must have the same type. Variable 'process' must be of type 'Process', but here has type '{ env: { NODE_ENV: "development" | "production" | undefined; API_ROOT: string | undefined; API_KEY: string | undefined; }; }'.
The text was updated successfully, but these errors were encountered:
I don't know if I am missing an env file or any step in running the plugin locally. I get the following error when I try to build the plugin. Any help would be appreciated.
TS2403: Subsequent variable declarations must have the same type. Variable 'process' must be of type 'Process', but here has type '{ env: { NODE_ENV: "development" | "production" | undefined; API_ROOT: string | undefined; API_KEY: string | undefined; }; }'.
The text was updated successfully, but these errors were encountered: