zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

Update node modules to run on latest stable #747

Closed soyuka closed 6 years ago

soyuka commented 8 years ago

Could not npm install with node 4.x/5.x without updating packages.

As peerDependencies have been deprecated with npm 3.x, gulp-karma is causing issues. I'd add that it's not really the best way to run it through gulp, as it's easy to directly use karma. Same goes with karma-phantomjs-launcher.

I've added karma and phantomjs to the dev dependencies. I know this might not be accepted, but it could introduce an interesting discussion.

Cheers.