question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

grunt test:client failing at HEAD locally.

See original GitHub issue

Something like

git pull upstream master
npm install
grunt test:client

fails for me in

23 10 2019 17:07:43.022:ERROR [karma-server]: UncaughtException
[Error: failed to add custom browserify preprocessor
{ [Error: Cannot find module 'karma/lib/preprocessor'

The karma-browserify is doing something wacky: https://github.com/nikku/karma-browserify/blob/master/lib/preprocessor.js#L3

It looks related to recent changes in preprocessor.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
johnjbartoncommented, Oct 28, 2019

I found the issue, bad setup on my part.

0reactions
karmarunnerbotcommented, Apr 9, 2020

🎉 This issue has been resolved in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - "Fatal error: Unable to find local grunt." when running ...
(v0.1.6) Fatal error: Unable to find local grunt. If you're seeing this message, either a Gruntfile wasn't found or grunt hasn't been installed...
Read more >
Grunt Work -- Redmondmag.com
Grunt Work. Keeping systems patched is time-consuming and laborious, but it's crucial. Here are seven tools that can help you automate the process....
Read more >
Uncategorized – Treasure Your Exceptions
It should be easy for a developer who finds an acceptance test failure to fix it ... This is what allows us to...
Read more >
Automated Testing with Grunt - Sparkbox
Test client side JavaScript with Jasmine; Test our server side JavaScript with Mocha. Not very challenging to do thanks to Grunt, but there ......
Read more >
Testing - FastAPI
Create a TestClient by passing your FastAPI application to it. ... from fastapi import FastAPI from fastapi.testclient import TestClient app = FastAPI() ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found