cssbook icon indicating copy to clipboard operation
cssbook copied to clipboard

markdown-styles missing from `package.json`

Open sumbach opened this issue 9 years ago • 1 comments

To build the book locally, I needed to add the "markdown-styles" package to package.json. I suspect you have this globally install (since you wrote it!)

sumbach avatar Feb 03 '16 13:02 sumbach

Related: I added the following at the top of Makefile to get the build to work without modifying specifying PATH on the command line:

SHELL:=/bin/bash
PATH:=node_modules/.bin:$(PATH)

sumbach avatar Feb 03 '16 14:02 sumbach