CareerConnection / career-connections-at-Notre-Dame

https://career-connections-at-notre-dame.vercel.app
MIT License
0 stars 13 forks source link

Issue when trying to contribute #33

Open bherbst5 opened 2 months ago

bherbst5 commented 2 months ago

After forking and cloning the repo and running npm install, I get this error when trying to run npm run dev: "It looks like you're using the browser version of the SDK in a node.js environment. You should require('parse/node') instead." This prevents the localhost:3000 page from loading. I'm not sure if this is because I'm in a different development environment (mac) than the code was written in, but in any case it is an obstacle to contributing.

toni-akintola commented 2 months ago

Do you have Next.js installed on your machine?

bherbst5 commented 2 months ago

I didn't but now I do and I'm getting the same error