Felix Murithi
Felix Murithi
> Just use the version same to jonas by doing npm uninstall parcel npm install [email protected] npm start > > It worked for me > > > Any Fix till...
> > Hey man! are you talking about this code below? > > ``` > > if(process.env.NODE_ENV === 'development') { > > //Codes here > > } else if (process.env.NODE_ENV...
> Hi! You should need to move the "script(src='https://js.stripe.com/v3/')" script from tour.pug to base.pug, hopefully this will solve the issue Worked, Can u explain what is causing the error, why...