microcule icon indicating copy to clipboard operation
microcule copied to clipboard

spawn EACCESS

Open gregpalaci opened this issue 7 years ago • 0 comments

I'm trying to run microcule on an Ubuntu Server, I had it working but now I only get: Which looks like Node doesn't have some read or write permission maybe. I've emptied the hook to just contain: `module['exports'] = function fakeData (hook) {

}`

Error: spawn EACCES at exports._errnoException (util.js:1050:11) at ChildProcess.spawn (internal/child_process.js:319:11) at Object.exports.spawn (child_process.js:378:9) at spawn (/var/www/db/node_modules/cross-spawn/index.js:17:18) at _spawnService (/var/www/db/node_modules/microcule/lib/plugins/spawn/index.js:376:12) at spawnServiceMiddleware (/var/www/db/node_modules/microcule/lib/plugins/spawn/index.js:157:7) at spawnService (/var/www/db/node_modules/microcule/bin/microcule:280:13) at watchSpawn (/var/www/db/node_modules/microcule/bin/microcule:238:9) at Layer.handle [as handle_request] (/var/www/db/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/var/www/db/node_modules/express/lib/router/index.js:317:13)

gregpalaci avatar May 21 '17 22:05 gregpalaci