Skip to main content
1 of 2
blablabla
  • 1.5k
  • 16
  • 17

I got an error when using strict mode.

Node error: "Octal literals are not allowed in strict mode."

I found the answer here: https://github.com/SBoudrias/Inquirer.js/issues/111

process.stdout.write("received: " + bytesReceived + "\x1B[0G");

blablabla
  • 1.5k
  • 16
  • 17