Error with 0.5.4
Since 0.5.4 was released I began getting the following error:
Fatal error: Cannot find module '/Users/imtapps/Projects/emin-project/node_modules/grunt-testem/node_modules/testem-multi/lib/../node_modules/testem/package.json'
Here are my dependencies:
"devDependencies": {
"qunit-special-blend": "*",
"grunt-testem": "*",
"testem": "*",
"js2coffee": "*"
}
I've tried grunt-testem 0.5.4, 0.5.3... all the way back to 0.5.0 and I get the same error.
Sorry for late to response... Which node version are you using?
In my PC, there are working correctly. ( Now I'm using v0.10.28)
I'm running v0.10.28 as well
Could you try below? npm uninstall --save-dev grunt-testem npm install --save-dev grunt-testem
and if you can provide sample code which dosent work test, could you tell me that repository?
And I want to check below cat /Users/imtapps/Projects/emin-project/node_modules/grunt-testem/node_modules/testem-multi/lib/../node_modules/testem/package.json