shodown cli doesn't work with 2.0.0
See original GitHub issueMaybe src/ is not in install?
tamas@tami:~$ /usr/bin/showdown -i
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module '../src/cli/cli'
Require stack:
- /usr/lib/node_modules/showdown/bin/showdown.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/usr/lib/node_modules/showdown/bin/showdown.js:2:1)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/usr/lib/node_modules/showdown/bin/showdown.js' ]
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
showdown | Yarn - Package Manager
Showdown is a Javascript Markdown to HTML converter, based on the original works by John Gruber. Showdown can be used client side (in...
Read more >Ember-cli-showdown - npm.io
This addon provides a component that transforms Markdown into valid HTML. Fastboot compatible. Requirements. Ember.js v3.12 or above; Ember CLI v2.13 or above ......
Read more >Why does my Spring Boot App always shutdown immediately ...
Resolution: the app is not a webapp because it doesn't have an embedded container (e.g. Tomcat) on the classpath. Adding one fixed it....
Read more >Command line utilities — list of Rust libraries/crates // Lib.rs
Applications to run at the command line. ... v2.0.0-rc.2 2.6K bin+lib #cli #embedded #esp ... A node version manager that doesn't suck.
Read more >Quickstart - Showdown documentation - Showdownjs
Showdown is a JavaScript Markdown to HTML converter. ... Showdown doesn't sanitize the input since Markdown relies on it to parse certain features...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Found the culprit 35730b7c80a5574bcdf1e712e49d39987e7e4054
Today I updated showdown to 2.1.0 and it works like charm 😃 Sry for the late reply and thx a lot!