The error OP is getting is to do with template string literals which are only available from Node v4.x and on. I’ve gotten this error reported to the repo a lot in the past.
“Updated to node 4.0, fixed.”
The error OP is getting is to do with template string literals which are only available from Node v4.x and on. I’ve gotten this error reported to the repo a lot in the past.
“Updated to node 4.0, fixed.”