yeoman-generator Questions
4
Solved
I setup a development environment with Windows 8 and Ubuntu as a virtual machine. For that I use VirtualBox.
I also manage to create a shared folder in VirtualBox.
In this shared folder I try t...
Jerky asked 29/1, 2014 at 8:42
6
I tried to run yo angular in a new project directory, but it gave me the ENOENT error somewhere along the way. Yes I have looked at this similar question, but its solution doesn't work for me.
I r...
Ina asked 23/2, 2014 at 6:9
5
Solved
Is there a way to generate entities from an existing database model or do I have to create all entities with yeoman (yo) on my own?
I've heard about such a technique from the Spring Roo project.
Indeciduous asked 24/4, 2015 at 6:48
7
I'm building an App using MEAN Stack and trying to scaffold my frontend using yeoman-generator, when I do yo angular, it fails to build and ends up in the following:
Running "wiredep:app"...
Criminality asked 23/7, 2015 at 5:25
7
Solved
I updated my JHipster installation as per this page by running the command
npm update -g generator-jhipster
But to update my application I am not sure where should I run the next command yo jhi...
Cristinacristine asked 27/3, 2014 at 7:14
1
Solved
I've yeoman generator which generate a simple sproject successfully.
I want that after the project generation, in latter time that the use will have the ability to generate a new file deployment.y...
Conn asked 12/6, 2020 at 15:57
5
Solved
So just to give you some context, I'm trying to create a generator that will create some files (based on user input of course) as well as update some existing files in the project (like adding a ne...
Sotted asked 4/10, 2013 at 10:4
2
Solved
I'm using this in my generator
this.fs.copy(this.templatePath('index.html'),this.destinationPath('index.html') );
I want it to skip the overwrite confirmation everytime it finds a confilict (lik...
Fifi asked 3/5, 2016 at 14:20
5
Solved
I'm using npm install -g yo gulp to install yeoman and this is the error I'm getting
npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead
C:...
Shinn asked 27/9, 2019 at 10:30
7
I couldn't run jhipster generator, got error:
zsh: command not found: jhipster
My system is Ubuntu 16.04, I use zsh:
➜ yarn global add generator-jhipster
yarn global v0.24.5
warning No license fi...
Mello asked 20/5, 2017 at 11:30
3
Solved
I am developing Outlook add-in which will work with shared mailboxes.
Currently, office add-ins are not available on delegate scenarios but MS has released preview build which supports these scenar...
Selfrealization asked 2/4, 2019 at 9:27
1
I'm trying to test my generator, which, using composeWith(), relies on the sub-generator generator-express:
this.composeWith(require.resolve('generator-express/app'), {dirname: this.props.app_name...
Infest asked 23/2, 2019 at 8:30
3
I followed these instructions for my app:
https://github.com/yeoman/generator-angular#readme
My Index (before build)
<!-- Place favicon.ico and apple-touch-icon.png in the root directory --&...
Hague asked 29/2, 2016 at 14:39
1
I've generated a project with yeoman and now I've a yo-rc.json. Can I delete this or does this need to exist for any tasks in the future?
Aguish asked 14/3, 2018 at 11:40
1
Solved
When authoring a yeoman generator, I'd like to use the 'autocomplete' plugin for inquirer (https://github.com/mokkabonna/inquirer-autocomplete-prompt) in one of my prompts. I can't seem to find any...
Borneol asked 28/3, 2018 at 6:19
4
Solved
I am building a yeoman generator for a fairly typical node app:
/
|--package.json
|--.gitignore
|--.travis.yml
|--README.md
|--app/
|--index.js
|--models
|--views
|--controllers
In the templ...
Amie asked 19/7, 2014 at 21:4
8
Solved
There is the official Angular generator, and many users provided ones for Angular 1. But I haven't found a generator for Angular 2.
Does such a yeoman generator exist already?
Oca asked 15/4, 2015 at 11:56
1
Solved
how can i ignore files? i want to exclude all file starting with _ in any subdirectory. i have no success with these two approaches:
this.fs.copyTpl(
this.templatePath('basicFiles/'),
this.dest...
Mezereum asked 25/4, 2017 at 23:12
4
Solved
In Gruntfile.js, I have got:
watch: {
styles: {
files: [
'<%= yeoman.app %>/styles/{,*/}*.less'
],
tasks: ['copy:styles', 'autoprefixer']
}
}
For the path, what does {,*/} mean indee...
Frawley asked 21/10, 2013 at 3:26
1
I'm following the instructions to build a "hello world" extension for Visual Studio as outlined here. I've got the Yeoman generator installed, but it seems buggy. For one thing, unless I immediatel...
Mess asked 10/6, 2017 at 5:31
2
Solved
I am starting to develop an ASP.NET Core MVC Web application with yeoman
generated project and ran dotnet restore.
It gives me this error:
The folder '/home/hemal/DOTNET/MyFirstApp' does not c...
Cottonmouth asked 11/2, 2017 at 13:37
3
I'm working on a custom generator that I originally wrote with grunt-init. One difference I'm noticing is grunt-init automatically processes all the files in root as templates but with yeoman gener...
Boswall asked 22/11, 2013 at 7:16
0
I want to build a Yeoman generator that needs to unzip a file.
From their documentation, it seems this process is done using this.registerTransformStream(...). It says it accept any gulp plugin, s...
Everywhere asked 31/8, 2016 at 10:34
3
Solved
I'm building a custom Yeoman generator that installs a lot of pre-processed language compilers like CoffeeScript, LESS and Jade. In the Gruntfile that my generator creates I have a build task which...
Airlee asked 17/9, 2013 at 4:24
3
Solved
I am trying to use the generator of generatos, the generator-generator, and I am facing an error.
henrique@liberato:~/Documents$ yo generator
? Your generator name (generator-documents)
events.j...
Mozzetta asked 12/5, 2016 at 17:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.