HexoEditor
HexoEditor copied to clipboard
[package.json] js-sequence-diagrams changed the way of adding version number
When conduct
npm install
then, error below would be shown.
npm ERR! notarget No matching version found for js-sequence-diagrams@^1000000.0.6
It seems that js-sequence-diagrams changed the way of adding version number when they released new version 0.0.1-security .
I also have this problem. Has it been solved?
I try to open HexoEditor/package.json and change
"js-sequence-diagrams": "^1000000.0.6",
into
"js-sequence-diagrams": "0.0.1-security",
then npm install successfully
I changed it to 0.0.1-security
, then I can't see the sequence diagrams from the preview.
After I searched google, I saw a git as the same name 'js-sequence-diagrams'
https://github.com/bramp/js-sequence-diagrams.git
So, I guess it maybe is this package.