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

Lock version of prismjs? #32

Open
jennifer-shehane opened this issue Sep 9, 2017 · 2 comments
Open

Lock version of prismjs? #32

jennifer-shehane opened this issue Sep 9, 2017 · 2 comments

Comments

@jennifer-shehane
Copy link

I ran into an issue today with prismjs and eventually tracked it down to their releasing a new 1.7.0 version 3 hours ago. I'm a little confused because I thought that the hexo-prism-plugin had it's dependencies locked. When I npm ls primsjs in my project, it prints this:

└─┬ hexo-prism-plugin@2.2.0
  └── prismjs@1.7.0 

How did the prismjs dependency update to 1.7.0?

@ele828
Copy link
Owner

ele828 commented Oct 15, 2017

Sorry for the late reply, did you use the latest NPM for installation? I guess that's because the lock file is not working correctly. You can update the NPM or install the prismjs of specific version directly.

@jennifer-shehane
Copy link
Author

At the time I was on an older version of npm (I think 6.5.0) and am now on 8.4.0.

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

2 participants