pinax / pinax-starter-projects

Pinax Starter Projects
MIT License
82 stars 39 forks source link

required node version is 10.X #79

Open tubaman opened 4 years ago

tubaman commented 4 years ago

If you try to use pinax with any node version > 10 you get a gyp error compiling node-sass during npm install. Locking the node version to 10X fixes the issue.