Skip to main content

All Questions

Tagged with
4 votes
0 answers
118 views

Gulp production build terminated

I am using angular 1.4.14, bower 1.8.0 and npm 3.6.0. I have used the following yeoman generator,https://github.com/dustinspecker/generator-ng-poly, to setup my project. I have full fledged web-ui ...
suraj naikwade's user avatar
0 votes
1 answer
21 views

I'm using Yeoman to generate new angular app. Node modules installed are much more that listed in package.json, is that normal?

I'm new to using Yeoman, and I noticed that node modules are similar to node modules for other projects as well as the node modules available in the root path for node on my laptop, I don't know if ...
user3043493's user avatar
4 votes
0 answers
216 views

How can i fix this npm / fsevents / node-gyp rebuild error in my yeoman generator for angularjs?

Here is the package.json: { "name": "yeomanangular", "version": "0.0.0", "dependencies": { "express": "3.4.7" }, "devDependencies": { "grunt-express": "1.2.1", "grunt": "0....
vt97john's user avatar
  • 579
1 vote
1 answer
573 views

how correctly set up checklist-model directive in my angular js app?

I'm a noob with node.js/grunt world, so i am sorry if the question is pretty dumb... I have an angular.js project that works with yeoman/grunt, now what i want to do is to include a directive, ...
Pds Ink's user avatar
  • 765
0 votes
1 answer
83 views

Difference between Yoeman generators for aspnet and aspnet-angular

When I install generators for Yeoman, I usually go like this. npm install --global generator-aspnet However, as I was playing with the embedded menu system of Yeoman, I noticed that it also lists ...
Konrad Viltersten's user avatar
0 votes
1 answer
392 views

best practice for compiling web assets via nodejs modules in a full stack php/js web app

I am searching for a method to compile my web assets together in an full stack web application. For instance, assume we have the following frameworks, libraries and modules used in our web app: PHP ...
alpham8's user avatar
  • 1,352
0 votes
1 answer
102 views

grunt serve:dist fails on win10 with the message "Warning: EPERM: operation not permitted"

I am trying to build an angularjs 1.x yeoman based application on node v6.3.1. I can run "grunt serve" without any issues. However, when I run it to create the distribution build using the command:...
Alan C. S.'s user avatar
  • 15.4k
0 votes
1 answer
49 views

Yeoman angular generator looking for local grunt

im trying to create on my linux environment the yeoman angular generator, whenever i execute yo angular webapp, an error on the output that says Fatal error: Unable to find local grunt. and when ...
lemoncodes's user avatar
  • 2,421
0 votes
1 answer
356 views

$http.get in Angular doesn't work

I have problem with $http.get when I am trying to get data from my DB ( mongoDB). I'm using mean stack. angular.module('wildroseApp') .controller('WildroseComponent', function($scope, $http){ $...
Андрей Гузюк's user avatar
0 votes
0 answers
67 views

When scaffolding generator-angular-express app on windows, I get 'Uncaught SyntaxError: Unexpected token <'

Steps to reproduce: Installed generator-angular-express Scaffolded the generic application Run the default 'grunt' task Open browser to localhost:9999 When doing so I recieve a blank page, and when ...
tacotuesday's user avatar
0 votes
1 answer
243 views

How to set up my Ubuntu nodeJS server, and upload my angularJS WebSites

Does somebody know how to set up propertly websites based on angular (auto generated with yeoman) on ubuntu server? Here is the thing, I have a project developed in angular, I generated it with yeoman ...
Hector Oviedo's user avatar
0 votes
1 answer
149 views

Deploying Yeoman to heroku, site returns error: Cannot GET /

So i am trying to deploy my yeoman angular fullstack to heroku, but when i try to go onto the site, it just display: Cannot GET/ Ive tried everything i could find online, but everyone else who gets ...
Jonas Olesen's user avatar
0 votes
3 answers
1k views

Yeoman : angular-fullstack-generator cannot find module 'babel-runtime/helpers/interop-require-default'

i've been trying to use Yeoman to scaffold a mean app with angular-fullstack-generator, however i've been encountering this weird error i'd never encountered before, i've already tried reinstalling ...
JonnySerra's user avatar
  • 1,074
1 vote
1 answer
108 views

Multiple modules List in a Dashboard - Yeoman MEANJS Generator

I am new in MEANJS and someone suggest me to go with MEANJS for kickstart app. I have started working on it and trying to make an architecture for my app but i am confused in 1 thing that what will be ...
Zaid Iqbal's user avatar
  • 1,672
3 votes
1 answer
3k views

NodeJS - Cannot find module 'spdx-license-ids'

I am new to nodejs, yeoman and having issue(Cannot find module 'spdx-license-ids') while using an angular generator. I have node, bower, grunt installed. Details below. Error: Cannot find module '...
user258427's user avatar

15 30 50 per page
1
2 3 4 5
8