-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
codedoc update plugins doesn't work #62
Comments
I suspect it might be an issue with @bender2k14 If you could trace this issue on NPM's side, please link it here as well. As with other issues that are dependent on some external dependency, we should keep this issue open to monitor the state of the external dependency. |
@bender2k14 could you by any chance have checked if |
I had not, but I just did. (If you ever ask of me like this, then I will highly prioritize it.) Same effect. They are both a no-op.
|
Wow thanks. Of course I didn't mean to convey any form of urgency or priority for this, specifically as it is a non-breaking issue. Could you also paste the contents of |
I enjoy helping others, so if I know it is on your mind, then I will make it happen.
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. |
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 |
Done. The issue is npm/cli#1680. I don't mind creating an issue for an external library. You are a great help to me simply by showing me where to create the issue. |
Thanks a lot! As with other issues pending on external libraries, will keep this one open to monitor the progress and also make changes if necessary. |
This is a spin off of CONNECT-platform/coding-blog-plugin#8 (comment)
Quoting CONNECT-platform/coding-blog-plugin#8 (comment)
codedoc update plugins
doesn't do anything for me butcodedoc install @codedoc/coding-blog-plugin
does. I can use the later command to updatecoding-blog-plugin
from0.1.10
to0.1.11
.The text was updated successfully, but these errors were encountered: