我目前正在使用docker执行我的第一步,并尝试使用它docker-compose来运行我的应用程序:
Node-Backend:hapi
JS-Frontend:有角度的
MongoDB数据库
mongodb与docker结合使用.我正在开发OSX机器并使用node-sass作为前端部分.作曲时有一个错误:
server_1 | Child extract-text-webpack-plugin:
server_1 | + 1 hidden modules
server_1 |
server_1 | ERROR in Missing binding /app/node_modules/node-sass/vendor/linux-x64-48/binding.node
server_1 | Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 6.x
server_1 |
server_1 | Found bindings for the following environments:
server_1 | - OS X 64-bit with Node.js 6.x
server_1 |
server_1 | This usually happens because your environment has changed …Run Code Online (Sandbox Code Playgroud)