We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
me@:path$ grunt -v Initializing Command-line options: --verbose Reading "Gruntfile.js" Gruntfile...OK Registering Gruntfile tasks. {blah blah...} Registering "grunt-karma" local Npm module tasks. Reading /home/user/path/node_modules/grunt-karma/package.json...OK Parsing /home/user/path/node_modules/grunt-karma/package.json...OK Segmentation fault (core dumped)
me@:path$ grunt -v Initializing Command-line options: --verbose
Reading "Gruntfile.js" Gruntfile...OK
Registering Gruntfile tasks.
{blah blah...}
Registering "grunt-karma" local Npm module tasks. Reading /home/user/path/node_modules/grunt-karma/package.json...OK Parsing /home/user/path/node_modules/grunt-karma/package.json...OK Segmentation fault (core dumped)
Dell, laptop (working fine otherwise)...
Distributor ID: Ubuntu Description: Ubuntu 15.10 Release: 15.10 Codename: wily
Nodejs...
v5.10.1
Grunt...
grunt-cli v1.2.0 grunt v0.4.5
Running top while running grunt task showed no excessive resource usage.
The text was updated successfully, but these errors were encountered:
npm uninstall grunt-karma
...then editing my gruntfile.js to remove references to karma, and now it runs without error.
Sorry, something went wrong.
@bigteejay Which versions of karma and grunt-karma? Also, are there any other packages installed?
No branches or pull requests
Dell, laptop (working fine otherwise)...
Nodejs...
Grunt...
Running top while running grunt task showed no excessive resource usage.
The text was updated successfully, but these errors were encountered: