Tagged Questions
3
votes
1answer
620 views
Error installing Karma on Node - error retrieving current directory - on OSX Mountain Lion
I've been struggling with this one today, and can't figure out what the problem is - and unfortunately Google hasn't been much help.
I'm trying to follow the AngularJS tutorial but am unable to ...
2
votes
1answer
190 views
Npm / Yo keeps asking for sudo permission
I tried to install generator - angularjs using Yo (Yoeman), without sudo.
I then get a Error: EACCES, mkdir '/usr/lib/node_modules/generator-angular'
If I type in sudo yo, yo tells me that I ...
2
votes
2answers
434 views
Karma - config file does not exist
Hi I'm trying to go through the AngularJS original tutorial and in step 2 where I'm supposed to run ./scripts/test.sh, I get an error saying
[ERROR] config - Config file does not exist!
I've ...
1
vote
2answers
322 views
How to define what GruntJS serves?
I am following along on the new Google Developers video Automating Your Front-End Workflow With Yeoman 1.0 and things don't really work like it does for Addy.
When I run grunt server grunt opens up ...
1
vote
1answer
223 views
AngularJS testing using Karma
I am very new to AngularJS and trying to test a piece of functionality using Karma.
I installed node.js and when I open it and enter the following it doesn't do anything.
$ npm install -g karma
...
0
votes
2answers
184 views
How can I install angular version 1.1.5 via npm
I've tried:
npm install [email protected]
But it give me an error:
npm ERR! Error: version not found: 1.1.5 : angular/1.1.5
How can I install it?
0
votes
0answers
51 views
npm install -g karma error MSB4019: The imported project “C:\Microsoft.Cpp.Default.props” was not found
I've been looking into AngularJS and following its install steps, but I get an error running step #1:
npm install -g karma
Here is the full output:
Microsoft Windows [Version 6.2.9200]
(c) 2012 ...
0
votes
0answers
110 views
Yeoman: yo angular doesn't install angular
I install the packages
npm install -g yo grunt-cli bower generator-angular and then I set up the app
yo angular.
This installs karma and html 5 boilerplate, but not angular. Why?
0
votes
0answers
76 views
Enterprise package repository for angularjs/gruntjs app?
What's a good option to release and manage angularjs apps?
I mean, in java world, we have maven, in angular/grunt world we have yeoman/grunt, in java we have maven artifacts repos (archiva, ...
0
votes
1answer
142 views
Angularjs on server
Is it possible to use angularjs services like $q and $http on server side nodejs code? I have to frequently share code between server and client making it necessary to use libraries that work both on ...
-2
votes
1answer
52 views
Can't generate scaffolding with Yeoman
I'm following this tutorial to scaffold an application with generators (webapp and angular). I can install all dependencies and generators but when I run the commands yo webapp or yo angular I don't ...