Closed naholyr closed 9 years ago
To avoid one more npm install -g, and above all have all the contributors work with the same version of marked, let's install it as a local dependency and use npm run build to use local version instead of global.
npm install -g
marked
npm run build
+100
:+1:
To avoid one more
npm install -g
, and above all have all the contributors work with the same version ofmarked
, let's install it as a local dependency and usenpm run build
to use local version instead of global.