Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Created October 1, 2018 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rxaviers/b44243ca80e956bac084480b678805ed to your computer and use it in GitHub Desktop.
Save rxaviers/b44243ca80e956bac084480b678805ed to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment