zhuzhuyule / HexoEditor

this markdown Editor for hexo blog
GNU General Public License v3.0
1.22k stars 151 forks source link

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

Open krgpi opened 5 years ago

krgpi commented 5 years ago

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 .

xiangtao commented 5 years ago

I also have this problem. Has it been solved?

UDonit commented 5 years ago

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

GTMasterMio commented 5 years ago

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.