Homepage Forums RetroPie Project Peoples Projects No more gamepad ? Why not use the phone ? Reply To: No more gamepad ? Why not use the phone ?

#92556
zombiebraut
Participant

Hi miroof,

what a great idea! I just tried it but can’t get it to work:
after typing npm install
I get two warnings:

npm install
npm WARN package.json virtual-gamepads@0.0.1 No repository field.
npm WARN package.json struct@0.0.8 'repositories' (plural) Not supported. Please pick one as the 'repository' field

And sudo node main.js throws an error:

sudo node main.js
module.js:338
    throw err;
          ^
Error: Cannot find module 'connect'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/home/pi/node-virtual-gamepads/node_modules/express/lib/express.js:5:15)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)

Do you know what I did wrong?

Zombiebraut