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
I've tried to run colony index.js -o colony but I receive the following error:
/usr/local/lib/node_modules/colony/bin/colony:101
if (err) throw err
^
Error: Line 27: Unexpected token >
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:1210:9)
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:
I've tried to run
colony index.js -o colony
but I receive the following error:The text was updated successfully, but these errors were encountered: