Updated NPM packages and now getting ionic serve errors

Hi guys, I was updating my npm packages and then when trying to serve my ionic2 app afterwards it started showing these errors:

multi main
Module not found: Error: Cannot resolve module ‘ionic-framework/js/web-animations.min’ in /home/nickmcblain/Documents/Projects/overload/overload
resolve module ionic-framework/js/web-animations.min in /home/nickmcblain/Documents/Projects/overload/overload
looking for modules in app
app/ionic-framework doesn’t exist (module as directory)
looking for modules in /home/nickmcblain/Documents/Projects/overload/overload/node_modules
resolve ‘file’ or ‘directory’ js/web-animations.min in /home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework
resolve file
/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min doesn’t exist
/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min.js doesn’t exist
/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min.ts doesn’t exist
resolve directory
/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min doesn’t exist (directory default file)
/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min/package.json doesn’t exist (directory description file)
[app/ionic-framework]
[/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min]
[/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min.js]
[/home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/js/web-animations.min.ts]
@ multi main,[default] /home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/animations/animation.d.ts:48:50
A ‘this’ type is available only in a non-static member of a class or interface.,[default] /home/nickmcblain/Documents/Projects/overload/overload/node_modules/ionic-framework/animations/animation.d.ts:54:50
A ‘this’ type is available only in a non-static member of a class or interface. (CLI v2.0.0-beta.17)

I managed to get rid of some of them by deleting my node_modules directory and running npm install again but I can’t seem to get around this one. Any ideas?

Thanks
Nick