Ondoher / sapphire

Framework for building single page applications in node.js
MIT License
5 stars 2 forks source link

Sapphire does not specify a node version so fails on newer versions of Node.js #5

Open dmarsh26 opened 8 years ago

dmarsh26 commented 8 years ago

Sapphire does not specify a node version so fails on newer versions of Node.js with C++ compiler errors about the V8 javascript interpreter version/libraries.

Suggest modifying sapphire/package.json and possibly other related generated package.json to included the node version ?

Suggest something like ? (I'm not sure on the exact version requirements.)

"engine": "node 0.10.10 - 0.12.13"

Ondoher commented 8 years ago

I did update this recently to run on at least version 5.