You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error while following instructions in the README:
❯ git clone https://github.com/trusktr/infamous
❯ cd infamous
❯ npm install
❯ npm run build-cjs
❯ colony ./index.js -o colony
/usr/local/lib/node_modules/colony/bin/colony:101
if (err) throw err
^
Error: Line 3: Unexpected reserved word
at throwError (/usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:1151:21)
at throwUnexpected (/usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:1202:17)
at parsePrimaryExpression (/usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:1577:16)
at /usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:3295:38
at parseLeftHandSideExpressionAllowCall (/usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:1669:48)
at parsePostfixExpression (/usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:1710:20)
at /usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:3295:38
at parseUnaryExpression (/usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:1770:16)
at /usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:3295:38
at parseMultiplicativeExpression (/usr/local/lib/node_modules/colony/node_modules/esprima/esprima.js:1776:20)
The text was updated successfully, but these errors were encountered:
Getting this error while following instructions in the README:
The text was updated successfully, but these errors were encountered: