Expected behaviour
karma completion should return the bash completion script as described by karma --help and `karam completion --help
karma --help should not list the karma completion command anymore
Actual behaviour
karma completion
{ Error: ENOENT: no such file or directory, open '(...absolute path to...)/karma/scripts/karma-completion.sh'
at Error (native)
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '(...absolute path to...)/karma/scripts/karma-completion.sh' }
Environment Details
- Karma version (output of
karma --version): 1.2.0
- Relevant part of your
karma.config.js file: not relevant
Steps to reproduce the behaviour
- Install karma with npm (not git clone)
- Run
karma --help (see the listed karam completion command)
- Run
karma completion
Reason
The .npmignore file ignore scriptsdirectory
Expected behaviour
karma completionshould return the bash completion script as described bykarma --helpand `karam completion --helpkarma --helpshould not list thekarma completioncommand anymoreActual behaviour
karma completion { Error: ENOENT: no such file or directory, open '(...absolute path to...)/karma/scripts/karma-completion.sh' at Error (native) errno: -2, code: 'ENOENT', syscall: 'open', path: '(...absolute path to...)/karma/scripts/karma-completion.sh' }Environment Details
karma --version): 1.2.0karma.config.jsfile: not relevantSteps to reproduce the behaviour
karma --help(see the listed karam completion command)karma completionReason
The .npmignore file ignore
scriptsdirectory