YaaseenM / PELArt

Social media platform for artists.
1 stars 0 forks source link

Difficulties with package importing in terminal Mac OSX #6

Open ryanh6900 opened 1 year ago

ryanh6900 commented 1 year ago

I had trouble installing the gorilla/mux router package and rs/cors package on my terminal. Actively looking to fix this.

ryanh6900 commented 1 year ago

Figured it out. Had something to do with confirming $GOPATH and $GOROOT env variables. Also important to make sure the versions of your Angular CLI and GO packages are compatible.