Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Created October 1, 2018 12:58
Show Gist options
  • Select an option

  • Save rxaviers/b44243ca80e956bac084480b678805ed to your computer and use it in GitHub Desktop.

Select an option

Save rxaviers/b44243ca80e956bac084480b678805ed to your computer and use it in GitHub Desktop.

Revisions

  1. rxaviers created this gist Oct 1, 2018.
    16 changes: 16 additions & 0 deletions README.md
    Original 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