Open jennifer-shehane opened 7 years ago
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.
At the time I was on an older version of npm (I think 6.5.0) and am now on 8.4.0.
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
?