auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

Error When starting the client #55

Closed PhilippeCorreges closed 8 years ago

PhilippeCorreges commented 8 years ago

After npm install I ran npm start and got following issues :

ERROR in ./src/index.ts Module build failed: Error: Could not find the following rules specified in the configuration: no-trailing-comma

at Object.loadRules (/angular2-authentication-sample/node_modules/tslint/lib/ruleLoader.js:29:15) at Linter.lint (/angular2-authentication-sample/node_modules/tslint/lib/tslint.js:24:44) at Object.lint (/angular2-authentication-sample/node_modules/tslint-loader/index.js:55:23) at Object.module.exports /angular2-authentication-sample/node_modules/tslint-loader/index.js:139:8) @ multi app

kareljan commented 8 years ago

Having the same error

wowczarczyk commented 8 years ago

+1. As a workaround I have just removed this rule from tslist.js

PhilippeCorreges commented 8 years ago

Thank you