Created
July 5, 2011 09:19
-
-
Save dio/1064541 to your computer and use it in GitHub Desktop.
Error on creating new app
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
| [~/Develop/lab/apps/nodester]$ nodester app init cumi | |
| nodester info initializing git repo for cumi into folder cumi | |
| nodester info cloning the repo git clone ec2-user@nodester.com:/node/hosted_apps/diorahman/2600-59bf266b2820c451f23e16edd28b72b4.git cumi | |
| nodester info clone complete | |
| nodester info writing app data to config | |
| fs.js:221 | |
| return binding.open(path, stringToFlags(flags), mode); | |
| ^ | |
| Error: EBADF, Bad file descriptor 'cumi/.nodester.appconfig' | |
| at Object.openSync (fs.js:221:18) | |
| at Object.writeFileSync (fs.js:483:15) | |
| at Object.writeApp (/usr/local/lib/node/.npm/nodester-cli/0.2.13/package/lib/config.js:54:8) | |
| at /usr/local/lib/node/.npm/nodester-cli/0.2.13/package/lib/app.js:230:37 | |
| at ChildProcess.exithandler (child_process.js:106:7) | |
| at ChildProcess.emit (events.js:67:17) | |
| at ChildProcess.onexit (child_process.js:192:12) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment