mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26:40 +00:00
It is probably best to install coffeescript with npm
This commit is contained in:
3
Makefile
3
Makefile
@@ -30,8 +30,7 @@ npm-dep:
|
|||||||
|
|
||||||
coffee-dep:
|
coffee-dep:
|
||||||
test `which coffee` || echo 'You need to have CoffeeScript in your' \
|
test `which coffee` || echo 'You need to have CoffeeScript in your' \
|
||||||
'PATH.\nPlease install it using `brew install coffee-script` or' \
|
'PATH.\nPlease install it using `npm install coffee-script`.'
|
||||||
'`npm install coffee-script`.'
|
|
||||||
|
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|||||||
Reference in New Issue
Block a user