Skip to content

Instantly share code, notes, and snippets.

@derekbtw
Created April 1, 2017 03:19
Show Gist options
  • Save derekbtw/f9bc06dfdebda932e1b6cfa107b62ab2 to your computer and use it in GitHub Desktop.
Save derekbtw/f9bc06dfdebda932e1b6cfa107b62ab2 to your computer and use it in GitHub Desktop.
Make JS Bin Work Again

$ wget https://registry.npmjs.org/jsbin/-/jsbin-3.11.23.tgz
$ tar xvfz jsbin-3.11.23.tgz
$ cd package
$ sed -i '/ "sqlite3": "~2.2.0",/c\ "sqlite3": "*",' package.json
$ npm install --build-from-source -g
$ cd C:\Users\user\AppData\Roaming\npm\node_modules\jsbin && npm install express
$ cd ./node_modules/express && npm install connect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment