yeoman-generator Questions

1

Solved

when i copy a template with this.copyTpl yeoman print code cacharter of quotes and not quotes ...here what im doing in index.js this.dependencies["fontawesome"] = "4.2"; this.dependencies["jQuery"...
Goober asked 9/5, 2016 at 1:37

2

Solved

Below is the error I keep getting. It seems to indicate a "post-install" issue with yodoctor. Sadly yodoctor is the advice given by the yeoman team to help with this issue. I have other node_module...
Concuss asked 2/11, 2015 at 21:16

2

Solved

I'm trying to use yeoman to take this JSON file: { "models": { "user": { "properties": [ { "name": { "type": "string" }, "surname": { "type": "string" }, "id": "number" } ] } } } ...
Gaud asked 10/3, 2016 at 19:15

3

Solved

I'm writing my first Yeoman generator, which prompts the user for various inputs and conditionally creates files based on their responses. I need to be able to call a subroutine (could be a Yeoman ...
Electrojet asked 21/12, 2013 at 16:26

3

Solved

Here is the full error after typing yo polymer in a clean directory. module.js:338 throw err; ^ Error: Cannot find module 'find-index' at Function.Module._resolveFilename (module.js:336:15) at...
Investigate asked 3/8, 2015 at 13:33

2

I am new to yeoman set of tools. I run following commands in Ubuntu 12 $ npm install -g yo $ npm install -g generator-webapp $ yo webapp I am able to create a web app project. After that I trie...
Northnortheast asked 31/12, 2013 at 11:27

3

Solved

I installed the generator-angular, but decided to change the name of my app midway. Now when I generate any module it gets the wrong name attached to it. I tried Find+Replace of both myOldApp and m...
Belloc asked 17/9, 2013 at 17:9

3

I've tried to install the yeoman angular generator with the following: npm install -g generator-angular It all looks like it's installed properly... ... npm http GET https://registry.npmjs.org/...
Nassi asked 18/3, 2014 at 23:33

1

Solved

I am using yeoman for creating a scaffold for my app. I want to copy all the directory recursively thats why I am using this.directory method this.directory('views/static/views', '.views/static/v...
Sarilda asked 26/11, 2015 at 13:41

3

I'm building a generator that in part includes scaffolding from another project created with exec. Depending on user input I need to move or delete parts of this scaffolding. Right now I'm doing ...
Reflective asked 28/4, 2013 at 2:25

4

Solved

I've got Node and Yeoman installed, after going down a wrong path or two (Homebrew install, sudo for Yeoman), I then installed Node correctly with the package on their site (mac os x, mavericks) an...
Hentrich asked 13/2, 2014 at 18:6

2

I have created a Node JS project in Visual Studio (2012 professional and 2013 community) with NTVS and used a Yeoman generator to create a Knockout SPA app (using the typescript option in the gener...
Midbrain asked 15/6, 2015 at 7:29

1

Solved

How does one create an empty directory via a yeoman generator? I've looked at mem-fs-editor, but as far as I can tell, directories are only created when a child file is created. I've tried creatin...
Writ asked 23/4, 2015 at 17:54

1

Solved

I'm hoping someone can clarify how Yeoman's spawnCommand() method works a little. I'm working on a generator and I'd like it to initialize a git repo, commit and push the generated app at the end. ...
Embezzle asked 23/4, 2015 at 19:36

1

Solved

I'm putting together a Yeoman Generator and having trouble understanding how the options parameter of composeWith() works. My goal is to pass user input from the main generator's prompt to sub-gene...
Isle asked 22/4, 2015 at 20:51

2

Solved

I am building a Yeoman generator and dependencies needed for this come from https://github.com/sboudrias/mem-fs-editor#copytplfrom-to-context-settings and https://github.com/SBoudrias/Inquirer.js/ ...
Blodget asked 11/4, 2015 at 0:53

1

Solved

Im try to develop a react module with ES6 and couldn't find any generator for that, so i had to make it from a basic one. I was able to config almost everything, but im have a lot of problems try t...

2

Solved

I'm new to creating a Yeoman Generator. I used generator-generator to get me started and I went through the process of creating it, testing, and getting it all buttoned up. In the tuts for creati...
Shannan asked 4/3, 2015 at 5:49

4

Solved

When I'm trying using yeoman web generator, although it's working, but looking through the whole generate progress, it always gives me some errors below, no matter what generator I used, they are a...
Crucial asked 23/5, 2014 at 7:24

2

Solved

When writing question used the Google translator. On a freshly installed ubuntu 14.04 set nodejs - sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install python-s...
Argentinaargentine asked 18/7, 2014 at 17:26

1

Solved

When starting a project using a Yeoman generator, say, generator-gulp-webapp, you get a package.json file with all the dependencies. Is it recommended to update all or any of these dependencies (...
Pithead asked 19/11, 2014 at 18:38

1

Solved

Both code blocks below work, in context and seem completely functionally equivalent. I understand js prototypes reasonably well, so I'm not asking about them per se (unless that is the only differe...
Pachston asked 4/10, 2014 at 23:18

1

Solved

Is there a way to revert back to an older version of some yeoman generator? Specifically I'm using this https://github.com/keshavos/generator-angularjs-cordova for my project and the latest update ...
Brandenburg asked 1/9, 2014 at 14:27

1

Solved

I am building a yeoman generator, and need to assign an additional value/answer when a prompt is answered. I have found a way to prompt user with another question, but what I need is to assign a p...
Aboutface asked 25/8, 2014 at 17:30

1

I am learning how to write a yeoman-generator. I have a question regarding the code below. It says by adding var done = this.async(); and call the method later in callback, we can make the function...
Parentage asked 29/5, 2014 at 17:1

© 2022 - 2024 — McMap. All rights reserved.