frankcollins3 / PHPokedex

react concepts
0 stars 0 forks source link

{ node : process.env } [6:44pm] #29

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

Screen Shot 2023-05-09 at 6 43 16 PM

error log from console suggesting polyfills

[6:44pm]

frankcollins3 commented 1 year ago

1) npm i process took care of that but an undefined log of the .env endpoint (process.env) 2) have to restart the server almost forgot [6:46pm]

frankcollins3 commented 1 year ago

Screen Shot 2023-05-09 at 6 52 14 PM

frankcollins3 commented 1 year ago

Screen Shot 2023-05-09 at 7 02 57 PM

this code is causing the error. // import dotenv from "dotenv"; // dotenv.config();

move forward and reconfigure REACT_ENV_VAR later.

[7:03pm]