小编fhe*_*eck的帖子

将node-sass与docker-compose一起使用

我目前正在使用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)

docker node-sass docker-compose

6
推荐指数
1
解决办法
3844
查看次数

标签 统计

docker ×1

docker-compose ×1

node-sass ×1