udacityalumni / udacity-alumni-fe

A front-end web application and bespoke publishing platform, built by Udacity Alumni for Udacity Alumni
https://udacity-alumni.com
MIT License
46 stars 6 forks source link

Fix: set webpack version to .19 #103

Closed martin-martin closed 8 years ago

martin-martin commented 8 years ago

app didn't run for me again - turns out that I had done a re-install of webpack and it updated again to the .25 version.

I now removed the ^ in package.json so that everyone gets the correct version installed.

After this fix, running rm -rf node_modules && npm install did the job for me and I'm back : )

martin-martin commented 8 years ago

I think I fixed the merge conflicts.

martin-martin commented 8 years ago

All good! Someone else's update applied this fix already!

ghoshabhi commented 8 years ago

Why is the ^ symbol being added automatically everytime ? Ryan has removed it several times and still it gets added !