gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

[Migration] rollup-plugin-node-resolve is missing #68

Closed tommueller closed 6 years ago

tommueller commented 6 years ago

After running ngl upgrade from the scoped-branch I get an error running ngl build (ngl serve works fine!). after running npm install --save rollup-plugin-node-resolve the issue is solved.

gonzofish commented 6 years ago

Yeah, in the migration guide, I'll add that running npm install & npm update after is a good idea. I'll also update the upgrade script to run those methods in the future

See #71