Closed kiwenlau closed 7 years ago
I want to use Google Light
{ "plugins": ["prism", "-highlight"] }
"pluginsConfig": { "prism": { "css": [ "syntax-highlighting/assets/css/prism/prism-base16-google.light.css" ] } }
But I get the error:
Error: Cannot find module 'syntax-highlighting/assets/css/prism/prism-base16-google.light.css'
Did you npm i atelierbram/syntax-highlighting -D?
npm i atelierbram/syntax-highlighting -D
I installed atelierbram/syntax-highlighting from GitHub and it works, thank you!
npm install https://github.com/atelierbram/syntax-highlighting/tarball/master
I want to use Google Light
But I get the error: