yo Questions
4
So what I want to do is use a previous answer when asking a question further down the line. Basically so that I can show a summary of what will be created and ask for a verification.
this.prompt([...
Mckinzie asked 27/3, 2018 at 18:51
3
It's good that I can run NPM scripts not only from the project root but also from the subfolders. However, with constraint that it can't tell my current working path ($PWD).
Let's say there's a co...
Tooley asked 13/9, 2017 at 19:28
3
I'm trying to generate a jHipster project using yarn - https://jhipster.github.io/installation/
I installed Node from its website and yarn with brew.
yarn version 0.19.1
node version v7.5.0
OSX ...
3
Solved
I'm following this guide and in step 4, I'm asked to add three lines to the project.json file (which I did and then ran dotnet restore getting a lot of updated packages).
When I enter the three li...
Perceptual asked 12/11, 2016 at 21:58
8
Solved
D:\Projects\mallspk>grunt serve
Running "serve" task
Running "clean:server" (clean) task
>> 0 paths cleaned.
Running "wiredep:app" (wiredep) task
Running "wiredep:test" (wiredep) task
...
1
I dont what I am doing wrong but this is so annoying.
Just installed the latest Visual Studio 2017.
I have created a aspnetcore-angular 2 project with using yo aspnetcore-spa template
yo aspn...
Eldaelden asked 28/1, 2017 at 22:33
4
My project is a pretty basic yo/angular project. I have the following cssmin config.
useminPrepare: {
html: '<%= yeoman.app %>/index.html',
options: {
dest: '<%= yeoman.dist %>',
...
Phytogenesis asked 26/5, 2016 at 2:16
2
Solved
I'm getting an error when trying to run yeoman. Just a simple version request. I just installed Node.js using the mac installer v6.2.0 and ran the following:
npm install -g yo
After getting no e...
2
I am trying to install yo on my ubuntu v16.4 LTS but i get this error:
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect t...
2
My node started to behave odd. So I removed it and installed it again. Now, I cant runt grunt serve anymore
Pers-MacBook-Air:clientMD perstrom$ grunt serve
Running "serve" task
Running "clean:ser...
Wreckfish asked 12/2, 2015 at 10:15
2
Solved
Below is the error I keep getting. It seems to indicate a "post-install" issue with yodoctor. Sadly yodoctor is the advice given by the yeoman team to help with this issue. I have other node_module...
Concuss asked 2/11, 2015 at 21:16
4
Solved
I want to deploy a simple angular projet made with angular fullstack.
https://github.com/DaftMonk/generator-angular-fullstack
I tried :
yo angular-fullstack test
grunt build
Then, in dist I g...
3
5
Solved
I'm trying to set up yo to use the angular generator for a project. I am following the steps detailled here: http://yeoman.io/learning/index.html
I already have Node.js and NPM installed.
But whe...
Brantbrantford asked 1/6, 2015 at 10:6
2
Solved
I am new to Angular, ui-router and generator-ng-poly and am hoping someone can help with what is likely a simple syntax issue.
I am using generator-ng-poly for a new project and working from the "...
Kenelm asked 1/3, 2015 at 22:32
1
© 2022 - 2024 — McMap. All rights reserved.