addyosmani / prism-js

A Polymer element for syntax highlighting with Prism.js
149 stars 15 forks source link

Bower fails to install: "Package prismjs not found" #13

Open mtusk opened 9 years ago

mtusk commented 9 years ago

When attempting to install prism-js via bower install --save prism-js an error is encountered:

bower prismjs#*                         ENOTFOUND Package prismjs not found
KenavR commented 9 years ago

This problem occurs because prism changed their bower package name from "prismjs" to "prism". I installed it from this fork - https://github.com/mskrajnowski/prism-js or you could edit the files yourself.

To install it from the fork - bower install https://github.com/mskrajnowski/prism-js.git