Giter Club home page Giter Club logo

angular-cli's Introduction

Angular CLI - The CLI tool for Angular.


Angular CLI logo

The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold,
and maintain Angular applications directly from a command shell.

cli.angular.io

Contributing Guidelines · Submit an Issue · Blog

CI status   Discord conversation


Documentation

Get started with Angular CLI, learn the fundamentals and explore advanced topics on our documentation website.

Development Setup

Prerequisites

Setting Up a Project

Install the Angular CLI globally:

npm install -g @angular/cli

Create workspace:

ng new [PROJECT NAME]

Run the application:

cd [PROJECT NAME]
ng serve

Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.

Quickstart

Get started in 5 minutes.

Ecosystem

angular ecosystem logos

Changelog

Learn about the latest improvements.

Upgrading

Check out our upgrade guide to find out the best way to upgrade your project.

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to report a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.

Developer Guide

Read through our developer guide to learn about how to build and test the Angular CLI locally.

Community

Join the conversation and help the community.

Packages

This is a monorepo which contains many tools and packages:

Tools

Project Package Version Links
Angular CLI @angular/cli latest README snapshot
Architect CLI @angular-devkit/architect-cli latest snapshot
Schematics CLI @angular-devkit/schematics-cli latest snapshot

Packages

Project Package Version Links
Angular SSR @angular/ssr latest README snapshot
Architect @angular-devkit/architect latest README snapshot
Build Angular @angular-devkit/build-angular latest README snapshot
Build Webpack @angular-devkit/build-webpack latest README snapshot
Core @angular-devkit/core latest README snapshot
Schematics @angular-devkit/schematics latest README snapshot

Misc

Project Package Version Links
Angular Create @angular/create latest README
Webpack Angular Plugin @ngtools/webpack latest snapshot

Schematics

Project Package Version Links
Angular PWA Schematics @angular/pwa latest snapshot
Angular Schematics @schematics/angular latest snapshot

Love Angular CLI? Give our repo a star ⭐ ⬆️.

angular-cli's People

Contributors

alan-agius4 avatar alexeagle avatar angular-robot avatar brocco avatar caeruskaru avatar cexbrayat avatar cironunes avatar clydin avatar crisbeto avatar delasteve avatar devversion avatar dgp1130 avatar filipesilva avatar hansl avatar igorminar avatar jbedard avatar jbogarthyde avatar jeffbcross avatar jeffwhelpley avatar jkuri avatar josephperrott avatar kyliau avatar markpieszak avatar mgechev avatar patrickjs avatar renovate-bot avatar renovate[bot] avatar rodyhaddad avatar sumitarora avatar vikerman 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-cli's Issues

Add the ability to generate routes

Consider generating the initial app integrated with component router.

Add the ability to generate new routes, with something like:

ng generate route 'heroes/:id'  hero-details-component

starting new project and running ng-serve - just see 'loading' in browser

Running node v4.2.1

Installed bower, angular-cli and typescript

ng new greetings-ac
ng serve

version: 1.13.8
Could not find watchman, falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
Livereload server on http://localhost:49152
Serving on http://localhost:4200/

Build successful - 2610ms.

Slowest Trees | Total
----------------------------------------------+---------------------
DiffingTSCompiler | 2495ms

Slowest Trees (cumulative) | Total (avg)
----------------------------------------------+---------------------
DiffingTSCompiler (1) | 2495ms

After opening link at http://localhost:4200

i just see

'Loading...'

in the browser. I see these error msgs in the console:

angular2.dev.js:168 Uncaught RangeError: Maximum call stack size exceededZone.addEventListener @ angular2.dev.js:168obj.addEventListener @ angular2.dev.js:1092Zone.addEventListener @ angular2.dev.js:168obj.addEventListener @ angular2.dev.js:1092Zone.addEventListener @
etc.

Invalid watchman found, version: [4.1.0] did not satisfy [^3.0.0], falling back to NodeWatcher.

I realize this is probably upstream, but thought I'd mention it since you'll have to bump the ember-cli version to fix it.

angular-cli 0.0.10
ng --version

version: 1.13.8
Invalid watchman found, version: [4.1.0] did not satisfy [^3.0.0], falling back to NodeWatcher.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
node: 0.12.7
npm: 2.14.8
os: linux x64

Ubuntu 15.10

As it seems to be recommended, I decided to install watchman.

When creating a new project (and with other commands), I see this message:

Invalid watchman found, version: [4.1.0] did not satisfy [^3.0.0], falling back to NodeWatcher.

I've tried installing watchman 4.1, 3.9, 3.8 (from source using the git tag), but all of these versions show the warning.

For some reason, watchman v3.7.0 is the one that works.

Since watchman has been fixing some serious sounding bugs, it'd be nice to be able to use the latest version.
https://facebook.github.io/watchman/docs/release-notes.html

Proposal: rename

angular-cli suggests a command-line interface. However, we intend this tool will also serve as the backend for IDE/editor frontends which create or update your angular project. This could cause some confusion, or vendors may hesitate to use it for that purpose.

I think we should either:

  • pick a neutral name for this project, like 'angular-tool' or something better
  • split this project into a thin CLI frontend, and a separate backend which can be reused by vendors

I prefer the latter as it's extra-explicit, but it might cause us more work/releases.

Proposal: integrating efforts

Hello,

I've seen @IgorMinar 's presentation of angular-cli & @pkozlowski-opensource talk about ES2015, modules, System, JSPM etc while at AngularConnect in London and found the idea of Angular CLI to be pretty similar to 2 small projects I have created recently:

Since @IgorMinar mentioned that community participation was welcomed, here I go! :)

I don't know how far you guys are willing to go with Angular CLI and how prescriptive you want to be, but maybe some ideas below would be worth discussing.

Here's an overview of my projects:

ModernWebDevBuild is based on Google's Web Starter Kit (heavily tweaked/enhanced) and can be used to:

  • transpile ES2015 to ES5 w/ sourcemaps
  • transpile TypeScript to ES5 w/ sourcemaps
  • transpile SASS to CSS w/ sourcemaps
  • check JS/TS code style & code quality (requires JSCS/JSHint/TSHint config files to be present)
  • serve the app with support for multi-device sync (using BrowserSync) and watch tasks that constantly do all the above without stopping when an error occurs (continuous flow for the developer with useful feedback)
  • generate production bundles for CSS/JS/HTML/images
  • serve the production build (without watch)

ModernWebDevBuild has minimal requirements regarding the project structure and the presence of some files, but I think this is positive as it provides a good starting point for larger projects.

There are some major features still missing such as testing integration, configurability & extensibility, but I think that it is already useful as is.

ModernWebDevGenerator is a Yeoman generator that integrates the use of ModernWebDevBuild (which is just one npm dep) and generates a working project starting point. It integrates some code organization/design guidelines for structuring the application components, pages, etc in a logical manner while considering componentization as first-class concept by regrouping all pieces of a given component together (e.g., component class, component styles, component tests, ...). Given that the build is flexible enough, it doesn't prevent users from reorganizing as they wish.

Both projects are pretty opinionated thus I suppose that there are choices in there that you wouldn't impose on your users (e.g., Gulp, SystemJS, JSPM, SASS, ...), but maybe the feature set and/or necessary extensibility could be integrated within Angular CLI and/or Angular Toolkit?

I think that:

  • having a recommended project structure & organization guidelines is beneficial at many levels
  • having live reloading with multi-device synchronization support is great
  • having continuous transpilation, code compilation/quality/style feedback (without breaking) is awesome for developer productivity
  • having a "standard" way of building projects (from dev to prod) is tremendously useful for larger projects and integration with CI & CD solutions
  • having an extension system to let the community cater for its own needs is a must (e.g., CSS copy by default and a SASS plugin for those who want that)

Most importantly, I think that having a Google-backed basis for all this, with enough anchor points for extensions would be awesome for larger projects requiring more than Plunker :)

By having this one central piece in the Angular "build puzzle", it might be easier to make related projects evolve in the good direction; for example for now TypeScript can look up modules in node_modules but is totally incapable of doing the same with jspm_packages, although that could be really nice.

feat(command): ng test

Create the ng test command to use karma start.

Maybe take the opportunity to abstract some configurations and let the karma-test-shim.js lighter.

Change the initial commit of generated ng2 projects

Currently ember-cli initializes the git repo with the following commit message:

Author: Tomster <[email protected]>
Date:   ..

    Initial Commit from Ember CLI v1.13.1

                                                            _...,
                                                         ,:^;,...;
                  -+===;.         ,,--++====++-,,,     .:  /.....,
                :::::~+++++#:,+#++++++++++++++++++#*..:   /,......
               (,,,,,,::=+++##++++++++++++++++++++++#.   :....../
                ...,,,,,::++++++++++++++++++++++++++++++*..,...:
                *..+...,#@@@@@@@@@++++++++++++++++++++++#*....*
                  @#,;##############@@@+*+#@@@@@@@@@@#*++#..<
                  *@##@@+,-*^^^*-+@####@@@######@@@#####@@,,,+
                    @#@*            @#@@@@#@@+--*^^*--#@@@@@@#
                    @#@.    @#      @##+++@#,           .@@#@@
                     #@#    @@     +@@++++#@@     @@     :@@
                     :@#*         @#@++++++@#*    #@     @@+
                    :*+@@#;,.__.+@#@+,-^^.++@#          @@++
                   ;*  :*@@@##@@@@;++r._j^.+@##@+,.__,,@@++.
                  /*    ........+++++++++++++#@@@@@###@@#++++,
                ,:       ...,@@@#++===----==@@@####,,....+++++
               .:       ......@@##@\   ;   :@####@,,...... +++.
               ;       .........@###,   ;  ;xx#@;,,.....   *;+,
               |       ........,*;xxxx--^--=xxx,........   :+#;
               ;         ......,,;xxxxxxxxxxxxx;,.....     *+#
                ;          ......,::xxxx;.     ......       +.   .
                 *;            .........  +###  ....       / ,. /:| ,.
                   .+:             ...  ;##++##, .      ,#. (..v..;*./
                      **                ##  ###*    .:*&&&+. \.,....<,
                       #&+**==-..,,__  ;##  ###  :,*+&&&&&&&v+#&,,.._/
                      #&&&&*...,::,,.  ##; ,##* .*****;:&&&&&&&&&
                     ,+*+;~*..*** *.* ### ###* *******    *+#&;*
                                      ##,;##    ****    :,  **
             #####    ##   ###  ###,  ########       .#####   ;##  ##
            #######  ;##  #### ,###.  ##########    ########  ### ####
           ###  ###  ### ##########   ####  ####   ,##   ###  #######*
          ### ,###  ##############:   ##     ###  #### ,##   :#### ###  ##;
      ##########    ########### ##   .##    ,###  #######    ##### :######
        ######    .###### ####  ##   ###    ### ######*    :#####   ####
           #############  ####  ################    ######## ###
            #####*  *#*    #:   :###   *###*         *####    #*

ng generate fails on windows

$ ng generate component newcomponent
C:\angulargen\node_modules\angular-cli-github-pages\lib\commands\deploy.js:55
(files) => RSVP.all(files.map((file) => fsCopy(path.join('dist',
^^
Unexpected token =>
C:\angulargen\node_modules\angular-cli-github-pages\lib\commands\deploy.js:55
(files) => RSVP.all(files.map((file) => fsCopy(path.join('dist',
^^
SyntaxError: Unexpected token =>
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Class.module.exports.includedCommands (C:\angulargen\node_modules\angular-cli-github-pages\index.js:9:30)
at C:\angulargen\node_modules\angular-cli\node_modules\ember-cli\lib\models\project.js:393:61
at Array.forEach (native)

Tests for generated Angular2 projects

The generated projects should have a testing infrastructure with karma setup.

I believe we've already decided NOT to have a test folder in the generated projects, but instead to have a .spec.ts file that lives close to each component of the app, which will help with isolation and maintainability. This could be discussed further.

Typescript Broccoli Plugin doesn't pass error message to broccoli

The current version of the broccoli-typescript plugin directly logs any compiler error to the console, using console.log, instead of throwing it for Broccoli to catch.

We need to change this so whenever we broccoli serve or ng serve a project, broccoli can output any compilation errors to the browser for the user to see when reloading the page.

/cc @IgorMinar

generate duplicates sub-directories when given an argument with slashes

Using Ubuntu Linux. nodejs 4.2.1, angular-cli 0.0.10

I want to nest a component in another directory for organization.
(This issue affects all generate commands)

ng generate component my-category/my-component

version: 1.13.8
installing component
create src/app/components/my-category/my-component/my-category/my-component.css
create src/app/components/my-category/my-component/my-category/my-component.html
create src/app/components/my-category/my-component/my-category/my-component.ts
installing component-test
create src/app/components/my-category/my-component/my-category/my-component.spec.ts

For some reason, this puts an extra my-category directory in the path; this shouldn't happen.

With more subdirectories, it's clear that the argument is doubled when generating the path.

ng generate pipe 1/2/3/4

version: 1.13.8
installing pipe
create src/app/pipes/1/2/3/4/1/2/3/4.spec.ts
create src/app/pipes/1/2/3/4/1/2/3/4.ts

angular-cli install fails on windows

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "i" "-g" "angular-cli" npm ERR! node v4.0.0
npm ERR! npm v2.14.2
npm ERR! code 128

npm ERR! Command failed: git -c core.longpaths=true clone --template=C:\Users\Hans\AppData\Roaming\npm-cache_git-remotes_templates --mirror [email protected]:ember-cli/ember-cli.git C:\Users\Hans\AppData\Roaming\npm-cache_git-remotes\git-github-com-ember-cli-ember-cli-git-d003f125
npm ERR! Cloning into bare repository 'C:\Users\Hans\AppData\Roaming\npm-cache_git-remotes\git-github-com-ember-cli-ember-cli-git-d003f125'...
npm ERR! Could not create directory '/home/Hans/.ssh'.
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Hans\npm-debug.log

Errors on ng new with bower & angular router.

When running ng new myproject you will get this:

bower angular-route#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/angular/bower-angular-route.git", exit code of #128 fatal: unable to connect to github.com: github.com[0: 192.30.252.128]: errno=Operation timed out

still succeeds, then running: ng serve gives you this expected result:
Module not found: Error: Cannot resolve module 'angular-route'

when then trying to run a bower i angular-route --save:
bower angular-deferred-bootstrap#~0.1.5 ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/philippd/bower-angular-deferred-bootstrap.git", exit code of #128 fatal: unable to connect to github.com: github.com[0: 192.30.252.130]: errno=Operation timed out

Install additional packages / task runner

What do I have to do to install for example bootstrap and put it (automatically) into the dist folder?

The project doesn't use a task runner as gulp or grunt? It uses it's own type of taskrunner (ember-cli)?
Is it possible (recommended) to use gulp with this project?

Proposal: migrate to TypeScript

Our broccoli plugins in angular/angular are written in TypeScript, because it's a better language for a large team collaborating on a large-scale application, and because Angular is invested in TypeScript.

angular-cli project should probably do the same.

Generated project requires node v4 to ng serve

We should be explicit about this dependency in the docs since the generator does not actually require v4 and it is easy to assume that things are just broken if you don't catch the warning..

Tests for angular-cli

We should start the testing infrastructure for this project.

We can't use Karma as angular-cli is a command line tool, and there's no need for browsers.
We'll probably go with Mocha, following in ember-cli's footstep, and getting inspired by their already working testing infrastructure.

Concatenate all source files

Currently we're just transpiling the source files form TypeScript to JavaScript, and then having SystemJS load the individual files through ajax.

Instead of doing that, we want our broccoli pipeline to concatenate all the source files (output as System.register), and similar to ember-cli, have our apps load only 2 files: vendor.js and app.js

This should speed up the load of apps as they get big and contain a lot of small files.

Provide test command for generated projects

We should overwrite ember-cli's test command, as it uses testem and is setup to test ember-cli applications.

We'd want to it to fire-up karma instead.

We'll need to figure out the story for karma pre-processors, combined with the broccoli build pipelines, as we need to account for addons in projects.

Related #10

How to use reference paths/d.ts files?

I want to use d.ts files E.g.:

/// <reference path="./../../typings/breeze/breeze.d.ts" />

Webstorm and VS Code recognize the definitions but not the TS-Compiler of angular-cli?

Implement addon hooks

The Angular2App should implement the Addon Hooks of ember-cli

The only hook that doesn't make sense for now is config, as Angular2 applications don't have configuration settings.

Let's use this issue to track our progress, but open up a new issue for each hook we intend to implement now and work on.

Production build

ng build --environment=production

generate dist with dev versions of angular and systemjs, and my app files with .ts and source maps.

cli tool still outputs `ember` to the console

Currently ember-cli does not make use of the cli.name parameter we pass it, and so it always outputs ember in its help commands for example.

I already started work in my ember-cli fork to fix that.
I should have a PR for ember-cli soon.

I'll update this issue with my progress in the coming days.

None of the commands are working inside an angular-cli project

Version tested: 832b83b

Steps to reproduce

1- Create an angular-cli project:
$ ng new test339

2- Step into it and try to run any of the commands:
$ cd test339
$ ng

Result

/Users/cironunes/work/angular-cli/bin/ng:27
  cli({
  ^
TypeError: object is not a function
    at /Users/cironunes/work/angular-cli/bin/ng:27:3
    at /Users/cironunes/work/angular-cli/node_modules/resolve/lib/async.js:44:21
    at ondir (/Users/cironunes/work/angular-cli/node_modules/resolve/lib/async.js:187:31)
    at /Users/cironunes/work/angular-cli/node_modules/resolve/lib/async.js:153:39
    at onex (/Users/cironunes/work/angular-cli/node_modules/resolve/lib/async.js:93:22)
    at /Users/cironunes/work/angular-cli/node_modules/resolve/lib/async.js:24:18
    at FSReqWrap.oncomplete (fs.js:95:15)

Proposal: report-issue command

When a user mails us (or someone else) for help, it would be useful to gather information about their local environment, for example what version of node, npm, angular, libs they are using, log files, etc. This helps us reproduce their problem, and avoids a lot of back-and-forth communication to gather info ourselves.

We need more design thought, but my rough idea is a command for angular-cli that behaves a lot like the Send Feedback link in google properties. A wizard appears prompting user to explain their problem, gathers up the local repro info, and presents them with everything that will be sent off their machine (so they have a chance to prevent secrets being leaked).

http://localhost:4200/contact returns 404

I have simple project with router.

  1. Navigating to contacts changes url to localhost:4200/contact and all works as expected.
  2. Changes in source code triggers page reload
  3. Page reload results to 404 Cannot GET /contact. <= ERROR

Error on ng serve

Hey,

After ng new sample-project I ran ng serve and I get this error:

version: 1.13.8
Could not find watchman, falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
Livereload server on http://localhost:49152
Serving on http://localhost:4200/
2015-10-23 22:51 angular-cli7740 FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2015-10-23 22:51 angular-cli7740 FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2015-10-23 22:51 angular-cli7740 FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
events.js:141
throw er; // Unhandled 'error' event
^

Error: watch EMFILE
at exports._errnoException (util.js:837:11)
at FSEvent.FSWatcher._handle.onchange (fs.js:1222:26)

angular-cli install fails on windows

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "i" "-g" "angular-cli" npm ERR! node v4.0.0
npm ERR! npm v2.14.2
npm ERR! code 128

npm ERR! Command failed: git -c core.longpaths=true clone --template=C:\Users\Hans\AppData\Roaming\npm-cache_git-remotes_templates --mirror [email protected]:ember-cli/ember-cli.git C:\Users\Hans\AppData\Roaming\npm-cache_git-remotes\git-github-com-ember-cli-ember-cli-git-d003f125
npm ERR! Cloning into bare repository 'C:\Users\Hans\AppData\Roaming\npm-cache_git-remotes\git-github-com-ember-cli-ember-cli-git-d003f125'...
npm ERR! Could not create directory '/home/Hans/.ssh'.
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Hans\npm-debug.log

Typings files not picked up

If you build a new project from scratch the *.d.ts files in node_modules/angular2/ are not picked up in visual studio code or sublime text with the typescript plugin.

ng serve error message after fresh install

/Users/mattnewell/Projects/NG2TEST/node_modules/angular-cli-github-pages/lib/commands/deploy.js:55
(files) => RSVP.all(files.map((file) => fsCopy(path.join('dist',
^^
SyntaxError: Unexpected token =>
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Class.module.exports.includedCommands (/Users/mattnewell/Projects/NG2TEST/node_modules/angular-cli-github-pages/index.js:9:30)
at /Users/mattnewell/Projects/NG2TEST/node_modules/angular-cli/node_modules/ember-cli/lib/models/project.js:393:61
at Array.forEach (native)

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.