Skip to content
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

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

Open
krgpi opened this issue Apr 11, 2019 · 3 comments

Comments

@krgpi
Copy link

krgpi commented Apr 11, 2019

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
Copy link

I also have this problem. Has it been solved?

@UDonit
Copy link

UDonit commented May 30, 2019

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants