CleverStack / angular-seed

The AngularJS based Modular Frontend for CleverStack, MEAN and so much more
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
118 stars 36 forks source link

Issue while running the Server #68

Closed karthikkornalies closed 10 years ago

karthikkornalies commented 10 years ago

Hello,

Im new to CleverStack and Angular. Tried installing the CleverStack CLI successfully and then tried running the server by extracting the Angular-Seed. But unfortunately im getting the following error. Can you please advise and let me know what am i missing here.

Clever Serve events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:988:11) at Process.ChildProcess._handle.onexit (child_process.js:779:34)

Thanks, Karthik Kornalies

pilsy commented 10 years ago

Hey Karthik, i fixed this issue in https://github.com/CleverStack/cleverstack-cli/commit/9a0fe82becb5ac3bf2993fef2aef4524c7eb7def

However the clever setup command is failing on the build, i am in the middle of debugging and fixing that at the moment.

For now if you go into the frontend (or backend) folder of your project and run "grunt server" it will run your http server, i hope to publish 1.1.2 of cleverstack-cli today - i will update you here in this ticket later...

karthikkornalies commented 10 years ago

Hello Richard,

Thank you for quick response. Unfortunately the suggested solution above returns the same error message. Please advise if i'm missing something..

E:\node\clever\SundayApp\frontend>clever server

events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:988:11) at Process.ChildProcess._handle.onexit (child_process.js:779:34)

E:\node\clever\SundayApp\frontend>

Thanks, Karthik Kornalies

pilsy commented 10 years ago

Your still running clever server, the workaround for now is to run "grunt server"...

I have nearly finishing fixing the "clever setup" command, in a matter of hours i will release a new version of cleverstack-cli shortly

pilsy commented 10 years ago

@karthikkornalies please install the latest release of cleverstack-cli, i just published it... see details here https://github.com/CleverStack/cleverstack-cli/releases/tag/1.0.0

You can install the new version by running npm install -g cleverstack-cli - after running that command has completed if you run clever version you should see 1.0.0 in your console.

I'm closing this ticket for now, but if you have any issues please raise another ticket :+1:

karthikkornalies commented 10 years ago

Richard,

Thank you so much For your quick response and support. Will try the latest version and keep you posted if I'm facing any issues.

Thanks Again, Karthik Kornalies