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
Currently Im not able to run ng lint in a project with angular2-notifications as dependency. I get the following error log:
Failed to load C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\angular2-notifications\tslint.json: Could not find custom rule directory: node_modules/codelyzer
Error
at new FatalError (C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\tslint\lib\error.js:31:23)
at Object.findConfiguration (C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\tslint\lib\configuration.js:55:15)
at files.forEach (C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\@angular\cli\tasks\lint.js:61:48)
at Array.forEach (native)
at lintConfigs.map (C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\@angular\cli\tasks\lint.js:53:19)
at Array.map (native)
at Class.run (C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\@angular\cli\tasks\lint.js:34:14)
at Class.run (C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\@angular\cli\commands\lint.js:46:25)
at resolve (C:\Users\TOL9BUE\Documents\Visual Studio Code\Projects\ekpi\node_modules\@angular\cli\ember-cli\lib\models\command.js:273:20)
at Promise (<anonymous>)
Currently Im not able to run
ng lint
in a project withangular2-notifications
as dependency. I get the following error log:Output of
ng -v
The text was updated successfully, but these errors were encountered: