JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
968 stars 70 forks source link

Problem with `npm install synth` #53

Closed xpepermint closed 10 years ago

xpepermint commented 10 years ago

Hey. I can't install the package npm install -g synth (node v0.11.13, npm 1.4.9, mac) because I get node-sass@0.7.0 error during installation. I manually update package.json to the latest versions (node-sass@0.9.3) but the node-sass@0.7.0 is still required.

JonAbrams commented 10 years ago

Hmm, I haven't encountered this issue on my Mac with node v0.10.29 and npm 1.4.14. I'll update node-sass though, no harm in that.

xpepermint commented 10 years ago

Works with node v0.10.29. Please try using nvm (node version manager) command to install the latest nodejs version. Do you have errors?

JonAbrams commented 10 years ago

I've confirmed that upgrading node-sass, as you suggested, fixed the problem with v0.11.13. I've published a new synth version, 0.5.3, with the change. Thanks for reporting this!