sproutcore / build-tools

SproutCore Build Tools
12 stars 7 forks source link

Errors when running BT after nodejs update #57

Open mauritslamers opened 8 years ago

mauritslamers commented 8 years ago

When running the BT after a major NodeJS update, dependencies which contain binary libraries (node-sass, node-canvas) will cause the BT to crash. The workaround is to run npm update [package-name] in the BT root, but this could be automated.