Closed
Description
- OS. Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Fedora 23 - Versions. Please run
ng --version
. If there's nothing outputted, please
[nbuso@linuxf]$ ng --version
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
angular-cli: 0.0.28
node: 4.2.4
os: linux x64
[nbuso@linuxf]$ npm --version
2.14.12 - Repro steps. Tell us exactly what you did and how you came to the failure.
From the command line run:
npm run lint - The log given by the failure. Normally this include a stack trace and some
more information.
it's supposed to recurse on subfolders but it stops on src/app/*.ts - Mention any other details that might be useful.
changing package.json in the script section to (added single quotes on file pattern):
"lint": "tslint 'src/*/.ts'",
it's working as expected
Metadata
Metadata
Assignees
Labels
No labels