You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: