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.

[techdoc-cli] Serve command not working as expected, getting JS error (Not implementation available ...)

See original GitHub issue

Expected Behavior

techdocs-cli serve command should work as expected which serving the markdown file preview in browser.

Actual Behavior

Screenshot 2022-10-14 at 6 35 27 PM

Steps to Reproduce

  1. Install CLI tool npm install -g @techdocs/cli
  2. Navigate to target page
  3. Run techdocs-cli serve in any directory that have mkdocs.yml file. (I also tried techdocs-cli serve --docker-image spotify/techdocs:latest and techdocs-cli serve --no-docker, no luck for me.)

Context

Not sure what extra context I could provide.

Your Environment

  • Browser Information: Chromium Engine Version 106.0.5249.103

  • Output of techdocs-cli -V:1.2.1

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
frebencommented, Oct 17, 2022

@backstage/techdocs-core I labeled this one to you.

2reactions
ottosichertcommented, Oct 26, 2022

The fix is merged now and will be available in next week’s release! Closing this for now, please re-open if you still encounter any issues when using the latest version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular: Cannot Get / - Stack Overflow
After running the command ng serve , i found out that i was not using ngOnInit(){} . Once i implemented, it started working...
Read more >
TypeError: "x" is not a function - JavaScript - MDN Web Docs
It attempted to call a value from a function, but the value is not actually a function. Some code expects you to provide...
Read more >
Install the Infrastructure Agent - TechDocs
This command shows the usage for the Infrastructure Agent installer script. UNIX. : ./apmia-ca-installer.sh -help. Windows. : ./apmia- ...
Read more >
The 10 Most Common JavaScript Issues Developers Face
Executing the above code results in the following error: Uncaught TypeError: undefined is not a function. Why? It's all about context. The reason...
Read more >
A Definitive Guide to Handling Errors in JavaScript - Kinsta
Getting tripped up by errors in your JavaScript? ... Instead, they show a much more understandable message: “The page could not be found.”....
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