var socketIOClient = require('socket.io-client'); // (for now, you must explicitly pass in the socket.io client when using this library from Node.jsbackend when using this library from Node.js
我正在尝试使用Docker和Docker Compose为sails js创建一个项目。我想要的是在Docker中生成sails代码,并在当前目录中生成结构。/usr/src/app
RUN sails new .通过这种配置,我得到了当前目录不为空的错误。RUN npm install -g sails
# I do th