yeoman Questions
42
Solved
Usually I can install a library using npm but today when installing yeoman I encountered this errors. Please help to figure out what's root cause.
D:\Works\phonegap\ionic\todo>npm install -g yo...
Polad asked 13/7, 2014 at 10:52
4
Solved
I am using generator-angular-fullstack.
On my local machine its working fine, I run
grunt serve
it starts server but in VPS it's failing
Warning: Command failed: xdg-open: no method availabl...
17
Solved
I have just reinstalled Ubuntu 12.04 LTS, and before anything else i did these steps:
Installed Node via package manager with the following script
sudo apt-get update
sudo apt-get install pytho...
Outspan asked 14/10, 2013 at 3:13
6
Solved
Our team used the gulp-angular generator with yeoman to scaffold out our web app. It uses browsersync to handle live reloads, which we want. However, we just deployed to our development server, and...
Canal asked 10/9, 2015 at 20:13
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
4
Solved
After installation of Node v10.16.1 and installation of gulp and yo (Everything looks alright !) it fails on command yo @microsoft/sharepoint with TypeError: lookups.flatMap is not a function
C:\Us...
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
4
Solved
We use a subtree deployment a lá this Gist to deploy a subdirectory of our Yeoman project. In our case, the branch is called production, not gh-pages.
This worked perfectly until yesterday when th...
Ministrant asked 16/10, 2015 at 14:24
5
Solved
Running yeoman generator "Webapp", I'm getting an error when running gulp serve. Here are the following versions for a better background :
sw_vers && node -e 'console.log(process.platform,...
3
Solved
I've created a Yeoman generator and want my team to use it.
What happens if I update my generator on Github? They installed the generator locally in an older version. Do they always have to insta...
Murtagh asked 1/7, 2013 at 9:15
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
2
Solved
I have a package.json with the following contents:
{
"name": "useless-app",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"...
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
1
I noticed that Yeoman's generators are more focused on client-side code generation, whereas Maven's archetypes are on server-side. But I still do not fully understand why it was necessary to create...
Kester asked 17/6, 2015 at 10:24
3
Solved
I'm new to JavaScript automation stuff, especially yeoman (so new that I'm still delighted by the ASCII greet)
_-----_
| |
|--(o)--| .--------------------------.
`---------´ | Welcome to Yeo...
Augusto asked 10/4, 2014 at 5:33
6
Solved
The problem:
I've created a yeoman project by mistake on my windows box. Via explorer when I try to delete it I get an error saying that the path is too long.
Several Solutions:
https://super...
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
3
Solved
Following this guide, after execute the command yo webapp a folder named node_modules is created. I want to delete that folder but I can't do it neither using command line or Windows file explorer ...
Tami asked 11/3, 2015 at 19:42
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
2
Solved
My use case: I'm building a Yeoman generator, that modifies TypeScript files; in ways similar to:
Add import statements
Import components into an AngularJS module
Yeoman recommends using an AST...
Barrows asked 2/8, 2017 at 17:2
2
Solved
this code returns:
Cannot read property 'getPicture' of undefined
Have no idea what im doing wrong, can you please help me with the code?
My App:
angular.module('Todo', ['ionic', 'Todo.cont...
Mortification asked 26/7, 2014 at 20:25
14
Solved
Saw that there were some similar questions as this one but didn't find the answers satisfying enough or applicable to my problem so thought I'd thought I'd ask one more time.
i'm having trouble wi...
3
Solved
I started an Angular.js app with Yeoman's yo angular that includes Karma testing. Then, the grunt test reasonably failed because Karma can't find any browsers. (The browsers has not been set in the...
Tollefson asked 20/2, 2014 at 1:1
6
Solved
Coming from the background of developing web apps using server-side languages/platforms such as java, python/django and php, I am starting to learn Node.js and yeoman. I consider being able to debu...
3
I'm using inquirer.js for creating a yeoman-generator and when it comes to a long list as prompt the height of it is too short to show all items. How can I increase it?. I know inquirer.js uses an ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.