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

asp.net 5 (vnext) build IConfiguration missing

I try to get an asp.Net 5 mvc running under mono. For the first steps i try to run an Application Template from yo My Steps are : yo aspnet <- choose WebApplication with name MyWeb cd MyWeb kpm restore --source…
Alex
  • 105
  • 1
  • 7
4
votes
1 answer

yo polymer building error

I have just updated my Polymer development tools and I get some errors, although everything was working fine before. Here is what I get when trying 'yo polymer' in the console…
Helldrak
  • 59
  • 3
4
votes
3 answers

how to make yo angular load bootstrap theme css

yo angular install bootstrap files all fine. The index.html file looks like this at the moment:
deostroll
  • 11,661
  • 21
  • 90
  • 161
3
votes
3 answers

ERROR: Extension entrypoint(s) missing. Make sure these files exist and aren't ignored by '.vscodeignore': extension/dist/extension.js

I tried to make my own extension for Visual Studio Code and ran in some issue. I did everything like in the guide from https://code.visualstudio.com/api/get-started/your-first-extension. My vsce version is 2.16.0, my npm version is 9.2.0 First I…
MrKleeblatt
  • 349
  • 2
  • 8
3
votes
1 answer

vscode's first extension tutorial: command not listed/breakpoints not hit

Problem description I followed the vscode tutorial on creating an extension, but I cannot reproduce the behavior of "the command popping up in the Command Palette", nor can I get breakpoints to hit. My steps I followed the tutorial verbatim, that…
JBSnorro
  • 6,048
  • 3
  • 41
  • 62
3
votes
1 answer

Yo @microsoft/sharepoint generator Cannot find "package.json" file required by this generator

I just reset my development environment and installed node and npm via nvm. Also installed yeoman and downloaded the @microsoft/sharepoint generator. When I go to run the yo @microsoft/sharepoint I get to to the point where I name my extension and…
Jono Suave
  • 101
  • 1
  • 5
3
votes
0 answers

yeoman - Invalid or unexpected token

When I run any form of: yo or yo --version I always get this (the node and yo and any generator installation worked without errors) C:\Users\Leandro\AppData\Roaming\npm\node_modules\yo\node_modules\grouped-queue\lib\queue.js:1 (function (exports,…
LeandroM
  • 86
  • 7
3
votes
2 answers

Jhipster application error first run

After generationg successfully a new Jshipster 3 application, I'm having trouble to serve the application using gulp serve. I'm using Ubuntu 16.04 and npm 3.9 and when I try to run gulp serve, I get this error: enter image description here And when…
andreybleme
  • 689
  • 9
  • 23
3
votes
1 answer

Unable to start a jhipster-console on Windows

I'm not able to start jhipster-console on my docker instance in windows. I followed the instructions for setting up Jhipster-Console here. The three containers were deployed and running on my docker machine. When I check the status with a docker…
3
votes
1 answer

How do I do a clean install of Yeoman?

I'm trying to do a clean install of Yeoman, but the Yo command persists after I tried the following commands to remove it: sudo npm remove -g yeoman npm remove -g yeoman sudo npm remove -g yo npm remove -g yo brew uninstall yeoman brew uninstall…
Herald Smit
  • 2,342
  • 1
  • 22
  • 28
3
votes
3 answers

Overriding Bootstrap variables without touching Bower

How can I override the Bootstrap variables if I don't want to touch the Bower files? I am using Yo, Grunt, and Bower. For yo, I am using cg-angular. My app.less looks like this: @import "bower_components/bootstrap/less/bootstrap.less"; @import…
Bene
  • 1,251
  • 6
  • 19
  • 34
3
votes
3 answers

(node) warning: Recursive process.nextTick detected - RangeError: Maximum call stack size exceeded

I am new to all the packets (Yo, Bower, Grunt etc), so I decided to follow the Yeoman tutorial step by step http://yeoman.io/codelab/setup.html, however after installing everything and running grunt serve, I get this: (node) warning: Recursive…
Rolando
  • 106
  • 5
  • 10
2
votes
1 answer

What is the purpose of .yo-repository directory created with code generated by yeoman?

I was using a code generator that uses yeoman underneath. Recently, suddenly, started generating a .yo-repository directory. I can't find what that is by a quick Google search. Any help?
Gaurav51289
  • 540
  • 2
  • 7
  • 16
2
votes
3 answers

Error: EACCES: permission denied, open '/home/myname/.config/insight-nodejs/insight-yo.json.3782504431'

When I am trying to install a meanjs template with yo generator sudo yo meanjs, it gives me this error: /usr/local/lib/node_modules/yo/node_modules/write-file-atomic/index.js:236 throw err ^ **Error: EACCES: permission denied, open…
Ayoub Zouggar
  • 21
  • 1
  • 3
2
votes
1 answer

Yeoman generator Error: Upstream proxy port is required

I am trying to create a project using yeoman generator but getting below error. I have also tried uninstalling and installing yeoman again but its is not working. Every time I am getting the same error.
1
2
3
15 16