我似乎无法通过那个阶段
sudo npm install bcrypt
npm WARN engine bcrypt@2.0.0: wanted: {"node":">= 4.0.0"} (current:{"node":"0.10.40","npm":"1.4.28"})
npm WARN engine tar@4.4.1: wanted: {"node":">=4.5"} (current: {"node":"0.10.40","npm":"1.4.28"})
npm WARN engine deep-extend@0.4.2: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.40","npm":"1.4.28"})
-
> bcrypt@2.0.0 install /mnt/other/opt/3dcompare-v-dashboard/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt
> node-pre-gyp install --fallback-to-build
const hlo = require('./high-level-opt.js')
^^^^^
node-pre-gyp ERR! UNCAUGHT EXCEPTION
node-pre-gyp ERR! stack SyntaxError: Use of const in strict mode.
我在SA周围尝试了几个提示甚至将我的节点升级到4.x但如果我这样做,我会坚持这个错误或者更多的弹出窗口,该项目是基于metor 1.2.1
感谢您的任何帮助