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.

shodown cli doesn't work with 2.0.0

See original GitHub issue

Maybe 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:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tiviecommented, Mar 1, 2022

Found the culprit 35730b7c80a5574bcdf1e712e49d39987e7e4054

0reactions
gbtamicommented, May 3, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

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