if i run npm start inside enviroment qiime2-2017.7 ..i have electron
(qiime2-2017.7) gymlin@omar-portatil:~/Documentos/qiime2/q2studio-2017.7.0$ npm start
> q2studio@2017.7.0 start /home/gymlin/.local/share/Trash/files/q2studio-2017.7.0
> cross-env NODE_ENV=production electron -r babel-register build/main.js
/home/gymlin/.local/share/Trash/files/q2studio-2017.7.0/node_modules/electron/index.js:9
throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
^
Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at Object.<anonymous> (/home/gymlin/.local/share/Trash/files/q2studio-2017.7.0/node_modules/electron/index.js:9:9)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/gymlin/.local/share/Trash/files/q2studio-2017.7.0/node_modules/electron/cli.js:3:16)
at Module._compile (module.js:570:32)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! q2studio@2017.7.0 start: `cross-env NODE_ENV=production electron -r babel-register build/main.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the q2studio@2017.7.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
┌──────────────────────────────────────────────────────────┐
│ npm update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) /home/gymlin/.config │
└──────────────────────────────────────────────────────────┘
npm ERR! A complete log of this run can be found in:
npm ERR! /home/gymlin/.npm/_logs/2017-08-09T02_25_50_590Z-debug.log
how can fix it?