-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Nothing seems working #106
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
Comments
What do you see your server console? Does refreshing the page help? |
When i run on debug mode or grunt build on the console even thing looks fine. But on browser is just see a blank page. One error was on when i run grunt |
If running in Is it true that this isn't working in |
Yes, here is the console output ➜ usermanagement grunt serve Running "clean:server" (clean) task Running "bower-install:app" (bower-install) task Running "concurrent:server" (concurrent) task
Running "autoprefixer:dist" (autoprefixer) task Running "express:dev" (express) task Running "open:server" (open) task Running "watch" task but in browser its just an blank page. |
Hmm, well you've actually pointed out a problem with the jshint configuration, i'll release a patch right away, but the jshint for the client tests hasn't been updated for the That should be an unrelated problem though, your console log otherwise looks normal. Maybe try scaffolding the project again? |
Just released a patch to fix the jshint configuration. |
Thanks update module & try again On Saturday, March 1, 2014, Tyler Henkel [email protected] wrote:
Anand |
while making yo angular-fullstack
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/jquery/jquery.git", exit code of #128 Additional error details: /usr/local/lib/node_modules/generator-angular-fullstack/node_modules/wiredep/lib/detect-dependencies.js:55 |
generation failed
stream.js:94
make: Entering directory
s/mongodb/node_modules/bson |
Problems like this are hard to debug because they're build issues with 3rd party dependencies. But it seems to be the mongoose and jpegtran packages that are giving you problems, maybe also imagemin. You can try generating the project using Then in the package json try using the latest version of those packages
And then finally run |
This worked but still with a warning Running "karma:unit" (karma) task |
Did you update your generator? |
That fixed the issue. Thanks. |
I was having the same issue as @anandof86 on my mac air, but |
After installing all dependency modules when i start grunt serve. the browser just open up a blank page.
The text was updated successfully, but these errors were encountered: