1. 26 Mar, 2016 2 commits
    • Merge pull request #1428 from xzyfer/feat/better-binary-error-messages · d76923b4
      Better error messages for missing binaries
      Michael Mifsud authored
    • Better error messages for missing binaries · cf87e0bc
      This is another iteration on improving the infamous
      >The `libsass` binding was not found
      
      Messages will now provide more useful information which will
      - give users a chance to resolve the problem themselves
      - give us more debug information from the error message alone
      
      Error messages produce now will look like:
      
      >Node Sass does not yet support your current environment: OS X 64-bit with Node.js 4.x
      >For more information on which environments are supported please see:
      >http://....
      
      >Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 4.x
      >Found bindings for the following environments:
      >  - OS X 64-bit with io.js 3.x
      >  - OS X 64-bit with Node.js 5.x
      >This usually happens because your environment has changed since running `npm install`.
      >Run `npm rebuild node-sass` to build the binding for your current environment.
      
      >Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 4.x
      >This usually happens because your environment has changed since running `npm install`.
      >Run `npm rebuild node-sass` to build the binding for your current environment.
      xzyfer authored
  2. 25 Mar, 2016 3 commits
  3. 23 Mar, 2016 11 commits
  4. 19 Mar, 2016 4 commits
  5. 16 Mar, 2016 2 commits
  6. 18 Feb, 2016 2 commits
  7. 17 Feb, 2016 1 commit
  8. 15 Feb, 2016 2 commits
  9. 04 Feb, 2016 1 commit
  10. 03 Feb, 2016 1 commit
  11. 02 Feb, 2016 2 commits
    • Add bugs url to package.json · 8d6b9196
      Maintainers get a lot of emails about errors from users whom we inevitably have to direct to the issue tracker.
      
      I suspect this is because, when an error happens, users are encouraged to run either `npm bugs` or `npm owner ls`.
      
      `npm bugs` would fail without a bugs url, so they'll move onto `npm owner ls` and subsequently email us.
      
      By adding the `bugs` url to the package.json, _hopefully_ this will mitigate some of the emails the maintainers receive.
      Keith Cirkel authored
  12. 30 Jan, 2016 2 commits
  13. 29 Jan, 2016 1 commit
  14. 27 Jan, 2016 1 commit
  15. 26 Jan, 2016 1 commit
  16. 23 Jan, 2016 1 commit
  17. 21 Jan, 2016 3 commits