Created
October 1, 2018 12:58
-
-
Save rxaviers/b44243ca80e956bac084480b678805ed to your computer and use it in GitHub Desktop.
Revisions
-
rxaviers created this gist
Oct 1, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ Steps I followed to run https://github.com/noprompt/frak: 1. Clone repo `git clone git@github.com:noprompt/frak.git` (@264ec1fa3cfb5e201e98f74b47059ac96ba330d1) 2. Install `lein` with `npm install lein-bin` 3. Run it with `./node_modules/.bin/lein run -e Mr. Mrs. Ms. Mx. Miss Dr.` 4. I could NOT compile the NodeJS version `./node_modules/.bin/lein do cljx once`. Got: ``` 'cljx' is not a task. See 'lein help' ``` 1. https://github.com/lynaghk/cljx is deprecated