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
-1
votes
1 answer

Why when I install yo [for VSC extension] I get an error?

I run this command npm install -g yo generator-code to create a new VSC extension error: $ npm install -g yo generator-code npm WARN npm npm does not support Node.js v15.3.0 npm WARN npm You should probably upgrade to a newer version of node as…
-1
votes
1 answer

npm - yo - yeoman-environment/generator error

npm ERR! peer dep missing: yeoman-environment@^3.2.0, required by yeoman-generator@5.4.1 When I check the list of npm package available with command 'npm list -g --depth=0', I get the above mentioned error. Can someone please help me understand it?
-1
votes
2 answers

Upgrade to v3.8.0 but still showing "Welcome to the JHipster Generator v3.3.0"

I have performed npm install -g generator-jhipster with and without sudo on my ubuntu machine but it keeps showing Welcome to the JHipster Generator v3.3.0 and JHipster update available: 3.8.0 (current: 3.3.0)
-1
votes
1 answer

Unable to use yo (yoeman-generator)

I did a lot of googling but couldn't find the cause of the error. I have tried setting the path variable. Please tell some solution to this problem: I installed yo using : npm install -g yo I am working on PowerShell
MasterMind
  • 49
  • 1
  • 2
-2
votes
1 answer

NPM uninstall -g yo, yo still works

I'm a noob at my wits end and have already consulted a couple of friends who know (much) more than me. Sorry if these are dumb questions. Hoping you guys can help. I think it has to do with some weird NPM pathing issues, but I can't figure them out.…
Zach Herring
  • 354
  • 2
  • 10
1 2 3
15
16