kokarn / atom-grunt-runner

Run Grunt tasks from Atom.
MIT License
31 stars 23 forks source link

Grunt-runner breaks fuzzy-finder #48

Closed LebedevAntony closed 8 years ago

LebedevAntony commented 9 years ago

I've installed grunt-runner and agter that built-in plugin fuzzy-finder won't work - I press Ctrl + P and get following errors:

module.js:330 throw err; ^ Cannot find module 'atom' module.js:330 throw err; ^ Error: Cannot find module 'atom' at Function.Module._resolveFilename (module.js:328:15) at Function.Module._load (module.js:270:25) at Module.require (module.js:357:17) at require (module.js:376:17) at Object. (...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\fuzzy-finder\lib\load-paths-handler.js:12:19) at Object. (...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\fuzzy-finder\lib\load-paths-handler.js:177:4) at Module._compile (module.js:452:26) at Object.Module._extensions..js (module.js:470:10) at Module.load (module.js:347:32) at Function.Module._load (module.js:302:12)...\AppData\Local\atom\app-0.196.0\resources\app.asar\src\task.js:55 (anonymous function)...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\emissary\lib\emitter.…:155 (anonymous function)...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\emissary\lib\emitter.…:154 module.exports.Emitter.emitSlow...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\emissary\lib\emitter.…:107 module.exports.Emitter.emitC...\AppData\Local\atom\app-0.196.0\resources\app.asar\src\task.js:81 (anonymous function)events.js:87 emitTwoevents.js:169 emitchild_process.js:306 handleMessagechild_process.js:334 channel.onread

and

Cannot read property 'bind' of null TypeError: Cannot read property 'bind' of null at process. (...\AppData\Local\atom\app-0.196.0\resources\app.asar\src\task-bootstrap.js:82:23) at emitTwo (events.js:87:13) at process.emit (events.js:169:7) at handleMessage (child_process.js:306:10) at Pipe.channel.onread (child_process.js:334:11)...\AppData\Local\atom\app-0.196.0\resources\app.asar\src\task.js:55 (anonymous function)...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\emissary\lib\emitter.…:155 (anonymous function)...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\emissary\lib\emitter.…:154 module.exports.Emitter.emitSlow...\AppData\Local\atom\app-0.196.0\resources\app.asar\node_modules\emissary\lib\emitter.…:107 module.exports.Emitter.emit...\AppData\Local\atom\app-0.196.0\resources\app.asar\src\task.js:81 (anonymous function)events.js:87 emitTwoevents.js:169 emitchild_process.js:306 handleMessagechild_process.js:334 channel.onread

Could you say, it's problem of fuzzy-finder or grunt-runner?

P.S. forgot to note - my OS is Windows 8.1

kokarn commented 8 years ago

Is this still an issue?

LebedevAntony commented 8 years ago

@kokarn,

Hi, I don't know, I stopped use atom a while back

kokarn commented 8 years ago

Ah, sad to hear. I'll close this for now then. Thanks!