grunt-testem icon indicating copy to clipboard operation
grunt-testem copied to clipboard

Error with 0.5.4

Open mattjmorrison opened this issue 11 years ago • 4 comments

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.

mattjmorrison avatar Aug 25 '14 15:08 mattjmorrison

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)

sideroad avatar Sep 05 '14 13:09 sideroad

I'm running v0.10.28 as well

mattjmorrison avatar Sep 05 '14 13:09 mattjmorrison

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?

sideroad avatar Sep 05 '14 13:09 sideroad

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

sideroad avatar Sep 05 '14 14:09 sideroad