celsomiranda / hexo-renderer-bourbon

An up-to-date node-sass wrapper for Hexo that includes Bourbon mixins.
MIT License
4 stars 2 forks source link

node-sass version in package.json is incompatible with Alpine + Docker #3

Open idcrook opened 7 years ago

idcrook commented 7 years ago

package.json has the following

"node-sass": "^3.4.2"

alpine Linux Docker support added at ^4.1.0

I had to find another theme that didn't use this renderer to get a Docker node image mbase on alpine to work.