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

Read/Write operations in MEAN.js

I have just started with mean.js and am confused about its work flow. I created a new module using yo man generator. I need to be clarified about How a record is been added to the database ie where are the queries. How can a record be updated
I'm nidhin
  • 2,592
  • 6
  • 36
  • 62
0
votes
1 answer

Execute Script before angular load

Sorry Guys this is my first question in stackoverflow, so I edited the question in order to be more clear. I have an angular app and I would like that the users could check their profile as following "http://myapp.com/username" instead of…
JGL
  • 11
  • 2
0
votes
2 answers

Module instantiation failure when adding angular-gridster

I had added another module 'checklist-model' which is able to load with a similar configuration. Error: Uncaught Error: [$injector:modulerr] Failed to instantiate module mmxDashboardApp due to: Error: [$injector:modulerr] Failed to instantiate…
Kushagra Sharma
  • 1,195
  • 2
  • 13
  • 18
0
votes
1 answer

npm install jhipster package yo does not satisfy

I m trying to install jhipster. I followed steps on https://jhipster.github.io/installation.html , but last step (npm install -g generator-jhipster) returns me: npm ERR! peerinvalid The package yo does not satisfy its siblings' peerDependencies…
hybaken
  • 466
  • 1
  • 5
  • 16
0
votes
1 answer

yo angular generator error phantomjs install

I have tried installing yo anugular and got below error, I have tried updating node, npm, npm cache clean etc. but its not working. When I ran $ yo angular it goes and fetch dependencies using bower but its gives this error and move on npm WARN…
Saqueib
  • 3,484
  • 3
  • 33
  • 56
0
votes
1 answer

Unable to install YO on ubuntu using terminal

I am trying to install yo on my ubuntu machine using the following command sudo npm install -g yo but it threw me the an error as follows Not sure how to deal with this error
DoIt
  • 3,270
  • 9
  • 51
  • 103
0
votes
1 answer

Installation of Yeogurt Yo Issue

I'm trying to install yeogurt generator from command line in Mac. Now the issue is that it is getting successfully installed but the command is not found when ever I execute any yo command. Below is my installation log and my .bash_profile and…
Ankit Tanna
  • 1,779
  • 8
  • 32
  • 59
0
votes
1 answer

Can I change Angular-Fullstack's automatic naming conventions?

When I use generator-angular-fullstack's API to build routes, controllers, directives, whathaveyou, it appends naming conventions I don't like. For instance for all the module declarations it appends "App", and I'd prefer to not have "App" appended…
NominalAeon
  • 593
  • 5
  • 23
0
votes
1 answer

how to publish a yomen generator?

I have forked a Yomen generator and changed it a little bit, npm link works great. I don't know how to publish my generator, It's already on Github. How can i publish this generator so it can be installed by npm install -g generator-name?
amin
  • 3,672
  • 5
  • 33
  • 61
0
votes
0 answers

yeoman/generator-angular HTML5Mode problems

I am running yo --v 1.1.2 and angular-generator --v 0.10.0 to create a new app, Enabling HTML5Mode was a little bit tricky since I needed to use server rewrites to avoid 404 errors when I hit the url in the browser. So I followed the instructions…
0
votes
1 answer

Yeoman generator update

I'm getting this error when I'm trying to update my custom generator. npm ERR! 404 'generator-blsp' is not in the npm registry. The generator is working just fine, the old version. I did some minor changes in the generator and changed the version…
Jorgeuos
  • 541
  • 6
  • 28
0
votes
2 answers

Yo angular generate error

I install nodejs and npm on ubuntu 14.04, by source code. root@wemet:~/ang# npm version { http_parser: '1.0', node: '0.10.34', v8: '3.14.5.9', ares: '1.9.0-DEV', uv: '0.10.30', zlib: '1.2.8', modules: '11', openssl: '1.0.1j', npm: '1.4.28' } I…
user504909
  • 9,119
  • 12
  • 60
  • 109
0
votes
1 answer

grunt serve deleting reference to openlayers.js in index.html

I have started a project using yoeman using the webapp generator. I have installed the open layers package and added the following line to my index.html Other than a reference to copying some kml files the gruntfile is unchange since yeoman…
Dave
  • 577
  • 6
  • 25
0
votes
1 answer

OpenFin : yo openfin error es5-ext

i have probelem with openfin ... you know : openfin When i try "Initiate the generator" "Step 2 - Create a folder, open your command line and enter yo openfin Enter a Name and Description when prompted." Note: I have windows 8.1 X64 and I have…
Nadhir
  • 1
  • 1
-1
votes
1 answer

"Which type of client-side component to create?" is missing "Extension"

I am using Node.js 14.18.1 (x64) and npm. When i run D:\extensionfullstack>yo @microsoft/sharepoint I got this :- D:\>cd D:\extensionfullstack D:\extensionfullstack>yo @microsoft/sharepoint _-----_ ╭──────────────────────────╮ | …
John John
  • 1
  • 72
  • 238
  • 501
1 2 3
15
16