-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when creating new controller #4
Comments
That's a weird one - does the file exist and is readable? On Sun, Jul 3, 2011 at 10:58 PM, winterlightning <
Alex MacCaw +12147175129 http://alexmaccaw.co.uk | http://www.leadthinking.com | http://socialmod.com |
The file doesn't exist, since it is created on the command. I am executing the line: spine controller users From the README. |
yes just seen this too even if I create controllers folder: col@col-samsung ~/Projects/nodeplayground/app $ spine controller users node.js:180 col@col-samsung ~/Projects/nodeplayground/app $ mkdir controllers node.js:180 |
No longer there in the latest version, finally got everything working |
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: EBADF, Bad file descriptor '/Users/raywang/spineapps/my_app/app/controllers/users.coffee'
at Object.openSync (fs.js:221:18)
at Object.writeFileSync (fs.js:483:15)
at [object Object]. (/usr/local/lib/node_modules/spine.app/bin/spine:59:10)
at Array.forEach (native)
at [object Object].write (/usr/local/lib/node_modules/spine.app/bin/spine:48:14)
at Object.controller (/usr/local/lib/node_modules/spine.app/bin/spine:102:42)
at Object. (/usr/local/lib/node_modules/spine.app/bin/spine:116:21)
at Module._compile (module.js:407:26)
at Object..js (module.js:413:10)
at Module.load (module.js:339:31)
Any ideas? I tried to install it twice, once with npm install spine.app. Another time with git clone of this project and "npm install ."
Thanks!
The text was updated successfully, but these errors were encountered: