You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
I ran into an issue today with
prismjs
and eventually tracked it down to their releasing a new1.7.0
version 3 hours ago. I'm a little confused because I thought that thehexo-prism-plugin
had it's dependencies locked. When Inpm ls primsjs
in my project, it prints this:How did the
prismjs
dependency update to1.7.0
?The text was updated successfully, but these errors were encountered: