Created
November 23, 2017 12:18
-
-
Save TBD/b1b8262cf9aa34d7d4a1724f262868a1 to your computer and use it in GitHub Desktop.
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 characters
> 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