stevekinney / firesale-tutorial

A tutorial on building a Markdown renderer in Electron.
MIT License
18 stars 17 forks source link

npm start vs electron . #4

Open deepakanand opened 8 years ago

deepakanand commented 8 years ago

I am noticing that when I run the app via

npm start I am able to access the remote module from renderer, but when i run it as electron . I see this error on the console. Uncaught Error: Cannot find module 'remote' Would you know why

stevekinney commented 8 years ago

You may have an older version of Electron globally installed.