BookOwl / pion-browser

A small, hackable browser created with JS and Electron.
16 stars 1 forks source link

Can't install pion #8

Closed 439bananas closed 7 years ago

439bananas commented 8 years ago

Can you help me?

BookOwl commented 8 years ago

Did you follow these instructions? What are you having trouble with?

439bananas commented 8 years ago

installing it using the commands.

towerofnix commented 8 years ago

Did you actually run the commands? If so, are you getting any error messages?

439bananas commented 8 years ago

Yes. It's saying that the thing's not found.

towerofnix commented 8 years ago

"the thing"? Could you copy and paste all the output to GitHub?

BookOwl commented 8 years ago

What thing?

439bananas commented 8 years ago

I've forgotten. :P

BookOwl commented 8 years ago

Try it again, and paste the output here.

DemiRom commented 7 years ago

I think they're talking about app not found... with the new version of electron you have to use var app = require('electron').app main.js also the browser window needs to require electron again, with a constructor, plus many other bugs that I am working to fix at the moment - the web view isn't working, using the URL bar - no go, etc etc etc.