tingbot / tide-electron

📝   Simple IDE for developing Tingbot apps
Other
22 stars 7 forks source link

Tide run on Mint 18 only under root. #63

Open KirillChubarov opened 7 years ago

KirillChubarov commented 7 years ago

After installing Tide .deb with GDebi on Mint 18 it can run only from root, and wan't run from regular user.

~ $ Tide module.js:442 throw err; ^

Error: Cannot find module '/opt/Tide/resources/electron.asar/browser/init.js' at Function.Module._resolveFilename (module.js:440:15) at Function.Module._load (module.js:388:25) at Module.runMain (module.js:575:10) at run (bootstrap_node.js:360:7) at startup (bootstrap_node.js:152:9) at bootstrap_node.js:479:3

joerick commented 7 years ago

Any ideas on this @Rob4001?