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
Failed to run the tool with node v4.3.2 on MacOS, however, it worked when node was upgraded to v7.5.0. Another test on Ubuntu found node v6.9.5 worked as well.
Error message
... wu-wei-sable/lib/config.js:160
let err = validate.errors[0]
~~~
SyntaxError: Block-scoped declarations (let, const, function, class) not yet
supported outside strict mode
The text was updated successfully, but these errors were encountered:
This is a known issue, I have used newer language constructs from the latest version of JavaScript that require a recent node engine. The package.json file specifies:
Failed to run the tool with node v4.3.2 on MacOS, however, it worked when node was upgraded to v7.5.0. Another test on Ubuntu found node v6.9.5 worked as well.
Error message
The text was updated successfully, but these errors were encountered: