-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
evalmd fails on windows #11
Comments
Considering this passes on non-Windows, this seems to be an evalmd bug. @kunalspathak however, I didn't realize you were running on chakranode. Can you reproduce it with node proper? Anything that works on normal node and breaks on chakranode is a chakranode bug. |
@ljharb , it does fail for E:\git\qs>node -pe process.versions
{ http_parser: '2.7.0',
node: '7.5.0',
v8: '5.4.500.48',
uv: '1.10.2',
zlib: '1.2.8',
ares: '1.10.1-DEV',
modules: '51',
openssl: '1.0.2k',
icu: '58.2',
unicode: '9.0',
cldr: '30.0.3',
tz: '2016j' }
E:\git\qs>node C:\Users\kpathak\AppData\Local\nvs\node\7.5.0\x64\node_modules\evalmd\bin\eval-markdown.js README.md
evalmd info it worked if it ends with ok
evalmd info README.md running blocks 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47
evalmd ERR! C:\Users\kpathak\AppData\Local\Temp\evalmd\0fb09d0b3d50fc6ee35c337e817c1dc9.js:418
evalmd ERR! var encoder = require('qsE:\git\qs\node_modules\qs-iconv\encoder('shift_jis');
evalmd ERR! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
evalmd ERR! SyntaxError: missing ) after argument list
evalmd ERR! at Object.exports.runInThisContext (vm.js:73:16)
evalmd ERR! at Module._compile (module.js:543:28)
evalmd ERR! at Object.Module._extensions..js (module.js:580:10)
evalmd ERR! at Module.load (module.js:488:32)
evalmd ERR! at tryModuleLoad (module.js:447:12)
evalmd ERR! at Function.Module._load (module.js:439:3)
evalmd ERR! at Module.runMain (module.js:605:10)
evalmd ERR! at run (bootstrap_node.js:418:7)
evalmd ERR! at startup (bootstrap_node.js:139:9)
evalmd ERR! at bootstrap_node.js:533:3
evalmd ERR! at ChildProcess.exithandler (child_process.js:211:12)
evalmd ERR! at emitTwo (events.js:106:13)
evalmd ERR! at ChildProcess.emit (events.js:192:7)
evalmd ERR! at maybeClose (internal/child_process.js:890:16)
evalmd ERR! at Socket.<anonymous> (internal/child_process.js:334:11)
evalmd ERR! at emitOne (events.js:96:13)
evalmd ERR! at Socket.emit (events.js:189:7)
evalmd ERR! at Pipe._handle.close [as _onclose] (net.js:501:12)
|
@kunalspathak can you still reproduce this on latest master? |
I tried running on
"qs"
README.md and it fails with below errors.Tried debugging a bit and it is happening because of rendering error:
Markdown contents
Rendered contents
The text was updated successfully, but these errors were encountered: