Giter Club home page Giter Club logo

generator-gulp-angular2's People

Contributors

mixir avatar x6doooo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

generator-gulp-angular2's Issues

`gulp serve.prod` does not work

gulp serve.prod does not work
Not injected codes when the index.html is minified already.
Temporary I comment out this row. Now it's working.
.pipe(minifyHTML(HTMLMinifierOpts))

Build And Serve Error

at Error (native)

[00:23:52] 'build.prod' errored after 3.71 s
[00:23:52] Error in plugin 'run-sequence'
Message:
An error occured in task 'build.ng2.prod'.

.gitignore doesn't exist

I suggest something like:

# Dependency Files
bower_components/
node_modules/

# Build-related Files
/.sass-cache
/.tmp
/dist

# Mac OS Metadata Files
**/.DS_Store

Can't install: Yeoman says "You don't seem to have a generator with the name gulp-angular2 installed"

$ yo gulp-angular2
Error gulp-angular2 

You don't seem to have a generator with the name gulp-angular2 installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].
To see the 16 registered generators run yo with the `--help` option.

$ yo --version
1.6.0

$ npm info generator-gulp-angular2

{ name: 'generator-gulp-angular2',
  description: 'Yeoman generator for Angular2 + Gulp, base on angular2-seed and generator-gulp-angular',
  'dist-tags': { latest: '0.1.4' },
  versions: [ '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4' ],
  maintainers: [ 'x6doooo <[email protected]>' ],
...

bower support?

Why bower file added, but bower files are not injected?

This generator is severely broken

None of the installation tasks run automatically as they should, and the package.json file is incorrectly built, preventing a npm install command to run.

add @angular/core module

How to add @angular/core module to projet. I got not found.

error TS2307: Cannot find module '@angular/core'.

Some options are missing at the install wizard

In your readme you wrote that this is based on gulp-angular and angular2-seed. But in gulp-angular you have a lot more options to choose while the install wizard, like Typescript or ES6, angular material, bootstrap or whatever and I think a couple more things. Please add those options to the generator.

Error while using the generator using yo

I can see the proper name for the package.json in the master branch code. But when i install it using yo, the name has spaces like "name": "generator gulp angular2".
Because of that i am getting the following error.

screen shot 2016-11-10 at 11 52 45 am

I think you also have to modify the name to "name": "generator-gulp-angular2", even when we install it from the yo.

rx error

I am getting this error. Why? I don't understand.

Property 'map' does not exist on type 'EventEmitter'.

gulp serve.dev issue

The required modules from the gulpfile.js are not included into the package.json file so the npm install command won't recognize the dependencies.

So when the gulp serve.dev command is declared, it won't serve because of the missing modules.

Kebbab naming

I have found that when the kebab naming is used to name the project, installing dependencies fails for npm and bower

Example:

Project name: angular-project

Console: npm WARN Invalid name: "angular project"

Property project name in the package.json, change angular-project by angular project

Typescript errors in Visual Studio Code

I'm a angular1 developer new to angular2, typescript, and VSCode. I want to start experimenting with these, but I'm getting numerous errors in VSCode in my annotations:

in /home/marco/quicksplit/app/components/about/about.ts

argument of type 'typeof about' is not assignable to parameter of type 'Type'. Property 'apply' is missing in type 'About'.

This error is coming up for every line of:

@component({
selector: 'component-2'
})
@view({
templateUrl: './components/about/about.html?v=<%= VERSION %>',
directives: [NgFor]
})

Otherwise, I've got the generator to serve the site just fine. I'm not quite sure whether the fault is in the generator or in VSCode. Maybe someone more experienced could tell me where to go.

vscode

Error when build.dev

I just installed your generator. But when I called the build task I get this error:

Error: Error loading "rx" at file:/Users/jan/temp/angular2/node_modules/angular2/node_modules/rx/dist/rx.js

and the rx.js really doesn't exists. Can you reproduce the error? Can you fix it? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.