Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Peter Gess
Peter Gess
16,553 Points

Question installing Electron.io

I am trying to install electron.io for desktop applications on using a mac. I have been following the below video but I get lost at 4:08

https://www.youtube.com/watch?v=jKzBJAowmGg&t=192s

I get the following error in the terminal after typing "npm start":

npm ERR! Darwin 16.0.0 npm ERR! argv "/usr/local/Cellar/node/7.8.0/bin/node" "/usr/local/bin/npm" "start" npm ERR! node v7.8.0 npm ERR! npm v4.2.0

npm ERR! missing script: start npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! /Users/petergess/.npm/_logs/2017-04-03T00_59_44_038Z-debug.log

Why is this happening? Do I have an issue where I saved my files I created to the wrong directory or folder is that why it can't be found?