question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

es6 string syntax (backticks) throwing error after clean install

See original GitHub issue

I’ve tried using node v0.10.37 (which I figured wasn’t likely to work after seeing the backticks) and v0.12.2 (via nvm)… but no matter what i try I can’t get git cz to execute successfully.

error:

Potentially unhandled rejection [2] evalmachine.<anonymous>:80
      commit(`${answers.type}(${answers.scope}): ${answers.subject}`.slice(0,
             ^
SyntaxError: Unexpected token ILLEGAL
    at Object.exports.runInThisContext (vm.js:73:16)
    at doEval (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/dist/system.src.js:2330:10)
    at __eval (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/dist/system.src.js:2247:7)
    at Loader.exec [as __exec] (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/dist/system.src.js:339:5)
    at load.metadata.execute (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/dist/system.src.js:1182:16)
    at linkDynamicModule (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/dist/system.src.js:668:32)
    at link (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/dist/system.src.js:528:11)
    at Object.execute (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/dist/system.src.js:842:11)
    at doDynamicExecute (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.src.js:1938:25)
    at link (/Users/rai/.nvm/versions/v0.12.2/lib/node_modules/commitizen/node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.src.js:1986:24)

my .cz.json

{ “path”: “node_modules/cz-conventional-changelog/” }

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
jimthedevcommented, Apr 23, 2015

@raibutera @kytwb Thank you for working on this. The irony of the good citizen mantra is not lost on me. Thanks for bearing with me! When I created it, I totally forgot that I had switched my nvm global to iojs so this is a bug caused 100% by me and we should probably fix using your much simpler suggestions. 😁

0reactions
jimthedevcommented, Apr 24, 2015

cz-conventional-changelog 1.0.1 released. thanks @kytwb!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Defer execution for ES6 Template Literals - javascript
I can see three ways around this: Use template strings like they were designed to be used, without any format function: console.log(`Hello, ${"world"}....
Read more >
ES6 In Depth: Template strings - the Web developer blog
ES6 introduces a new kind of string literal syntax called template strings . They look like ordinary strings, except using the backtick ......
Read more >
add support for template strings (backticks) · Issue #9200
As a consumer of html/template - I am fine for disallowing literals and that go would just return error on executing the template...
Read more >
Is it wrong to use backticks (``) everywhere? : r/javascript
backtick strings cannot be used in the ES6 import statement for the module-specifier (also syntax error). My advice is, use backticks only when...
Read more >
4 Ways to Combine Strings in JavaScript | SamanthaMing.com
My favourite way is using ES6's Template Strings... ... Did you catch my mistake? ... And that's a super common issue when concatenating...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found