mozilla / mozfest-event-app

MozFest 2016 Event App
https://app.mozillafestival.org/
Mozilla Public License 2.0
8 stars 21 forks source link

Add node-sass and postcss-cli as dev dependencies #479

Closed MichaelKohler closed 8 years ago

MichaelKohler commented 8 years ago

Running npm start after npm install exits with the following two errors:

npm ERR! Please include the following file with any support request:
npm sh: node-sass: command not found

sh: postcss: command not found

This PR adds both modules as dev dependency so they get installed.

MichaelKohler commented 8 years ago

This PR adds both npm packages as dev dependency. If you would rather not have it as dev dependency but as a prerequisite I'm happy to change the README to indicate that.

alanmoo commented 8 years ago

Great, thanks!