HexoEditor icon indicating copy to clipboard operation
HexoEditor copied to clipboard

[package.json] js-sequence-diagrams changed the way of adding version number

Open krgpi opened this issue 5 years ago • 3 comments

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 .

krgpi avatar Apr 11 '19 05:04 krgpi

I also have this problem. Has it been solved?

xiangtao avatar May 11 '19 09:05 xiangtao

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

UDonit avatar May 30 '19 11:05 UDonit

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.

GTMasterMio avatar Jun 12 '19 01:06 GTMasterMio