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.

codedoc update plugins doesn't work

See original GitHub issue

This is a spin off of https://github.com/CONNECT-platform/coding-blog-plugin/issues/8#issuecomment-660163536

Quoting https://github.com/CONNECT-platform/coding-blog-plugin/issues/8#issuecomment-660030487

ok the CLI is updated (0.2.2) and from now on you should be able to update this plugin via:

codedoc update plugins

or

codedoc install @codedoc/coding-blog-plugin

codedoc update plugins doesn’t do anything for me but codedoc install @codedoc/coding-blog-plugin does. I can use the later command to update coding-blog-plugin from 0.1.10 to 0.1.11.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
loreanvictorcommented, Aug 14, 2020

ok so this seems like a weird behavior on part of NPM CLI. @bender2k14 could you open an issue on this repository (regarding behavior of npm update in .codedoc folder, since it definitely should update @codedoc/coding-blog-plugin to 0.1.11 in this case)? I could open an issue myself but I can’t replicate the behavior on my machine so perhaps there are some other configurations / parameters involved that I wouldn’t be able to provide to npm/cli maintainers should they need it.

1reaction
TysonMNcommented, Aug 13, 2020

Of course I didn’t mean to convey any form of urgency or priority for this, specifically as it is a non-breaking issue.

I enjoy helping others, so if I know it is on your mind, then I will make it happen.

Could you also paste the contents of .codedoc/package.json in the situation where there should be an update but codedoc/npm update doesn’t update anything?

Yep. Here is the link, but I copy-paste it here for convenience.

{
  "dependencies": {
    "@codedoc/coding-blog-plugin": "^0.1.10",
    "@codedoc/core": "^0.2.10"
  },
  "devDependencies": {
    "source-map-loader": "^1.0.0"
  }
}

I don’t mind continuing to test for you. If you wanted to try yourself though, you can checkout my repo at that commit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CLI - Codedoc
update command will not upgrade the CLI or local installation to the latest if there is a major update between your installed version...
Read more >
Here's a possible fix for when the plugin doesn't work
Obviously if/when the plugin is updated and this fix is not part of that update, the change will get lost. This could easily...
Read more >
codedoc Plugin - DokuWiki
The codedoc plugin is directed at the display and documentation of blocks of code. The code can be of any type (i.e. language)....
Read more >
Documentation for Visual Studio Code
Settings - Customize VS Code for how you like to work. ... By default, VS Code auto-updates to new versions, and collects usage...
Read more >
can't update or install plugins anymore *worried* - Support
Don't think X and Pro code works together but I am no expert. I post the code after this message below. An answer...
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