-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
PrismJS error #149
Comments
So, this is only necessary with |
Hi Zack, just tried this on a fresh install and both npm below:
|
Had the same issue with pnpm. Switching to npm fix the issue. |
I also came across this issue as I'm trying out
Eleventy-base-blog includes a CSS theme file which it expects to be in There are a few different options for how this template could help out pnpm users. Option 1:Set Downside is that it duplicates a dependency for Option 2a:Give instructions to pnpm users to run This is highly discouraged by Option 2b:Create a
I believe this is similarly discouraged by Option 3:Create a
This uses pnpm's public-hoist-pattern to move only I recommend option 3 as it will help If this makes sense, I can make a PR. |
Solved when i did
pnpm add -D prismjs
The text was updated successfully, but these errors were encountered: