Closed MichaelKohler closed 8 years ago
Running npm start after npm install exits with the following two errors:
npm start
npm install
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.
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.
Great, thanks!
Running
npm start
afternpm install
exits with the following two errors:This PR adds both modules as dev dependency so they get installed.