安装后 Truffle 启动失败
Truffle Fails on Start After Install
我安装了 Truffle 很好,但我无法调用它而不会出现以下错误:
/usr/local/lib/node_modules/truffle/build/cli.bundled.js:98908
function VM (opts = {}) {
^
SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
系统规格:
uname -a
Linux 7ed9621f5250 4.1.12-103.7.1.el7uek.x86_64
NodeJS v4.2.6
npm v3.5.2
使用的安装命令:
apt-get update
apt-get -y install curl nodejs npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install -g truffle
我找不到关于此的任何文档或帖子来进行故障排除。请帮忙。谢谢。
我也被困在了这里。我按照这个对我有用,希望它也对你有用。
完全删除节点和 npm。使用 :
安装新节点和 npm
- wget https://nodejs.org/dist/v8.8.0/node-v8.8.0-linux-x64.tar.gz
- sudo tar -xf node-v8.8.0-linux-x64.tar.gz --directory /usr/local --strip-components 1
- 节点--版本
- npm --version
- sudo npm install -g truffle
- mkdir 松露项目
- cd 松露项目
- 松露初始化
我安装了 Truffle 很好,但我无法调用它而不会出现以下错误:
/usr/local/lib/node_modules/truffle/build/cli.bundled.js:98908
function VM (opts = {}) {
^
SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
系统规格: uname -a
Linux 7ed9621f5250 4.1.12-103.7.1.el7uek.x86_64
NodeJS v4.2.6
npm v3.5.2
使用的安装命令:
apt-get update
apt-get -y install curl nodejs npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install -g truffle
我找不到关于此的任何文档或帖子来进行故障排除。请帮忙。谢谢。
我也被困在了这里。我按照这个对我有用,希望它也对你有用。 完全删除节点和 npm。使用 :
安装新节点和 npm- wget https://nodejs.org/dist/v8.8.0/node-v8.8.0-linux-x64.tar.gz
- sudo tar -xf node-v8.8.0-linux-x64.tar.gz --directory /usr/local --strip-components 1
- 节点--版本
- npm --version
- sudo npm install -g truffle
- mkdir 松露项目
- cd 松露项目
- 松露初始化