sfthurber
sfthurber
so the npm -i called for in the readme will not install the needed packages. perhaps change the readme to suggest this instead of npm -i npm i -S path...
C:\Users\user>cd rxpstart C:\Users\user\rxpstart>npm install npm WARN deprecated [email protected]: connect 2.x series is deprecated npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN...
i'm using a windows 10 machine and experiencing app failure when a todo is added. here is the console: Asset Size Chunks Chunk Names bundle.js 2.58 MB 0 [emitted] [big]...

replace this: @Injectable() export class BeerService { // URL to web API private beerUrl = 'beers/beers.json'; with this: @Injectable() export class BeersService { // URL to web API private beerUrl...