I’m trying to get spark-cli on osx mavericks. I’ve installed dfu-utils and openssl with brew, and node.js, and “npm install -g spark-cli” went fine, but when i type “spark” in terminal now I get:
-bash: spark: command not found
Weird. I have it there as well, but it didn’t show up using locate, and I know my db is up-to-date. I’m sure /usr/local/bin/spark is the one you want anyways!
garrett$ ls -l /usr/local/bin/spark
lrwxr-xr-x 1 root admin 42 May 16 04:02 /usr/local/bin/spark -> ../lib/node_modules/spark-cli/bin/spark.js```