Skip to content

Instantly share code, notes, and snippets.

@TBD
Created November 23, 2017 12:18
Show Gist options
  • Save TBD/b1b8262cf9aa34d7d4a1724f262868a1 to your computer and use it in GitHub Desktop.
Save TBD/b1b8262cf9aa34d7d4a1724f262868a1 to your computer and use it in GitHub Desktop.
> mkdir choo
> cd choo
> npm install --save-dev bankai
> touch package.json
* add to package.json
{
"name": "my-project",
"scripts": {
"start": "bankai start",
"build": "bankai build",
"inspect": "bankai inspect"
}
}
> npm start
! Cannot find module '/Users/tbd/Desktop/Github/choo' from '/Users/tbd/Desktop/Github/choo'
at /Users/tbd/Desktop/Github/choo/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment