posquit0 / Awesome-Web-CV

:pencil: Single Page Web Application for Your Outstanding CV
http://cv.posquit0.com
MIT License
59 stars 16 forks source link

UglifyJs fails #3

Open NargiT opened 7 years ago

NargiT commented 7 years ago

Hello,

I tried your application but I get an error after I did npm start

ERROR in main.js from UglifyJs
Unexpected token: name (urlParts) [main.js:10579,4]
jcrjaci commented 6 years ago

You need to remove the ^ from the dependencies and dev dependencies in the package.json before you run npm install. Otherwise the most recent version will be installed.