Questions tagged [yo]

a command-line interface tool for running Yeoman generators

yo is a command-line interface tool (written by Simon Boudrias and licensed under BSD) for use in running Yeoman generators. The GitHub page can be found at https://github.com/yeoman/yo.

Yeoman is an open source client-side development stack, consisting of tools and frameworks intended to help developers quickly build high quality web applications. Yeoman runs as a command-line interface written in Node.js which combines several functions into one place, such as generating a starter template, managing dependencies, running unit tests, providing a local development server, and optimizing production code for deployment.

230 questions
0
votes
1 answer

Yeoman generator install and get ran from different file locactions

Excuse my ignorance as I am still getting comfortable with adding folders to paths. That being said my yeoman generators are being installed to ~/.node/lib/node_modules and ran my /usr/local/lib/node_modules. How can I change where my yo generators…
garrettmac
  • 8,417
  • 3
  • 41
  • 60
0
votes
0 answers

Failed to load resource with Less, using cg-angular yo generator

I used cg-angular-generator to start off my Angular app. Then I installed bootstrap-material However, when I run git serve as per the documentation, I get errors in my console that give little clue as to what's causing them. For example, the error…
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
0
votes
1 answer

The Gruntfile.js from my yo angular-fullstack build misses the resources from my bower_component why?

In my yo angular-fullstack project I added the angular-timezone-selector which works very well. The issue is that the chosen-sprite.png image does not get moved to the public/app/directory. (NOTE: grunt serve, works properly. It is only grunt…
JoelParke
  • 2,676
  • 2
  • 24
  • 38
0
votes
1 answer

Beginner MEANjs Application - Using Yo Scaffold VS creating from scratch

I'm new to building web applications using the MEAN stack. That being said, I started building applications using Ruby on Rails. I've noticed many similarities, but also many differences using MEANjs. Obviously when using the Rails framework, you…
eSs
  • 59
  • 8
0
votes
1 answer

Is it possible to configure parse.com as backend instead of mongodb using generator "yo meanjs"?

i am new to MEAN js stack and was curious if there is a way to hook up parse.com as backend thru auto generated code via meanjs so i can access parse objects and execute queries by default yo meanjs generators creates mongodb backend. i want to…
vxb8874
  • 101
  • 1
  • 9
0
votes
1 answer

first time using jHipster, browser hangs after grunt serve

I'm very familiar with yo angular (fullstack) apps, and so I expected the yo jhipster app scaffolding to perform in a similar way. So, I'm running a new project using jhipster. I've installed everything, built my app with maven, created an entity,…
Kristian
  • 21,204
  • 19
  • 101
  • 176
0
votes
2 answers

yo angular projectname Command

I am running this command and getting continous error one after one. Module is not there.I install that module and it is showing next module is not there.For example:One of the module error--->> Error: Cannot find module 'shelljs' at…
Shreyansh Bele
  • 529
  • 1
  • 5
  • 14
0
votes
1 answer

Adding the uri.js bower component breaks my Grunfile.js, which dies thinking the uri.js directory is a file. How to fix?

The Yeoman generated Gruntfile.js dies during a grunt build with: Running "rev:dist" (rev) task dist/public/app/app.js >> b90d2f58.app.js dist/public/app/vendor.js >> 2deb5480.vendor.js Warning: Unable to read "dist/public/bower_components/uri.js"…
JoelParke
  • 2,676
  • 2
  • 24
  • 38
0
votes
0 answers

yo generator stuck - TypeError: Cannot read property 'addListener' of null

I'm trying to create my own simple "Hello World" yeoman generator. The very simple one. I already installed yeoman generator. npm install -g generator-generator Then I tried to run it. yo generator _-----_ | | …
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
2 answers

Typescript angular and yeoman

What is a best way to kik start a project of angular and Typescript ? Should I us the official yo angular and add on it or is it a good stable generator that will help me with the inertial kikstart
Shvilam
  • 236
  • 4
  • 11
  • 27
0
votes
2 answers

removes few js reference during build

I got the yo template for angular which i modify it to add additional js references to suit my requirement. Noticed that "" will always get removed from the index.html file when…
user1595858
  • 3,700
  • 15
  • 66
  • 109
0
votes
1 answer

yeoman generator-aspnet syntax error bootstrap

I'm on OSX and I have the following error when I try to launch the following command : yo aspnet undefined:6 "bootstrap": "~3.0.3" ^ SyntaxError: Unexpected string at Object.parse (native) at EditionInterface.module.exports [as…
Olivier Albertini
  • 684
  • 2
  • 6
  • 22
0
votes
1 answer

Hybrid Application with Ionic/Cordova

I'm developing my first hybrid application with Ionic/Cordova. I did the initial project setup with this generator: https://github.com/diegonetto/generator-ionic I also read a lot about the project structure. As far as I understood it, the plugins…
faenschi
  • 271
  • 1
  • 3
  • 11
0
votes
1 answer

Cannot install gulp-angular

I am using gulp-angular for the first time, and am following this blog: http://www.angularonrails.com/how-to-wire-up-ruby-on-rails-and-angularjs-as-a-single-page-application-gulp-version/ When I run through the install questions, it just bombs out,…
port5432
  • 5,889
  • 10
  • 60
  • 97
0
votes
0 answers

Is it possible to set the boostrap columns to 24 in a yo angular-fullstack project?

I have a fairly large project underway that was generated using the yo angular-fullstack framework, which I highly recommend. In the past, I have utilized 24 column settings for bootstrap by customizing the boostrap build. Is this easy/possible…
JoelParke
  • 2,676
  • 2
  • 24
  • 38