Earlier quoted context omitted.
Have you tried clearing your cache (with npm cache clear) ? Codebox is on NPM, here : https://npmjs.org/package/codebox . Try clearing your cache and give it another try, it seems to be some issue on NPM's side.
well, I installed npm just for that :p Also Tried the cache clear, didn't do anything. Nevermind, will pass on that. Seems to be a great work btw, will try again in a few months :) Edit : I had to npm config set registry http://registry.npmjs.org/ and it's working now.
Show HN: Codebox - Open-source cloud and desktop IDE
21–30 of 69 posts
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#22Re: Show HN: Codebox - Open-source cloud and desktop IDE
#23I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim.
Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#24Earlier quoted context omitted.
well, I installed npm just for that :p Also Tried the cache clear, didn't do anything. Nevermind, will pass on that. Seems to be a great work btw, will try again in a few months :) Edit : I had to npm config set registry http://registry.npmjs.org/ and it's working now.
Great :)
npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: loadfire@1.3.4 npm ERR! Required: {"node":">=0.8.0"} npm ERR! Actual: {"npm":"1.1.4","node":"0.6.12"}
enjoyaol@serveur:~/codebox$ uname -a Linux serveur 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 12:29:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#25Earlier quoted context omitted.
Great :)
Oops I think my system is too old to run that :p npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: loadfire@1.3.4 npm ERR! Required: {"node":">=0.8.0"} npm ERR! Actual: {"npm":"1.1.4","node":"0.6.12"} enjoyaol@serveur:~/codebox$ uname -a Linux serveur 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 12:29:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#26I sometimes wonder, can cloud IDE's will really be able to replace traditional code editors like Sublime Text, Vim, Emacs. I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim. Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.
And what's particularly nice is that the cloud IDE and desktop IDE can share 95% of their codebox.
As a result you have an IDE built with web technologies (JS, HTML, CSS, NodeJS) that can run virtually anywhere (desktop, public/private cloud) and you can iterate quickly thanks to the nature of web technologies.
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#27I sometimes wonder, can cloud IDE's will really be able to replace traditional code editors like Sublime Text, Vim, Emacs. I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim. Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#28I sometimes wonder, can cloud IDE's will really be able to replace traditional code editors like Sublime Text, Vim, Emacs. I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim. Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.
I find my self writing code in VIM via ssh using tmux and works fine. You can do pretty much everything on CLI, so I don't see how this is a substitute for VIM when all you need in order to write VIM/emcas code is a remote (secure) shell.
That said, vim is not an IDE, although many prefer (me included) prefer it over an IDE.
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#29I sometimes wonder, can cloud IDE's will really be able to replace traditional code editors like Sublime Text, Vim, Emacs. I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim. Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.
Re: Show HN: Codebox - Open-source cloud and desktop IDE
#30I'm getting Error: connect ECONNREFUSED when trying to create a new box @codebox.io