ng init missing
See original GitHub issueOS : Windows 7
@angular/cli: 1.0.0-rc.0 node: 6.9.2 os: win32 x64 @angular/common: 2.4.8 @angular/compiler: 2.4.8 @angular/core: 2.4.8 @angular/forms: 2.4.8 @angular/http: 2.4.8 @angular/platform-browser: 2.4.8 @angular/platform-browser-dynamic: 2.4.8 @angular/router: 3.4.8
I have a working angular project , I tried ng init, but it says init is missing
The specified command init is invalid. For available options, see `ng help`.
how do I CLIfy an existing project ?
thanks
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:23 (5 by maintainers)
Top Results From Across the Web
ng-init value is not showing - Stack Overflow
I'm trying to learn the basics on angular. I installed angular via npm. Just trying to run my first app <!DOCTYPE html> <html> ......
Read more >Add services - Angular
Run ng generate to create a service called hero . content_copy ng generate service hero. The command generates a skeleton HeroService ...
Read more >NgOnInit & Constructor Differences In Angular With Examples
ngOnInit () called by Angular to indicate that Angular is done with initializing the component. To use ngOnInit() we have to import OnInit...
Read more >SyntaxError: missing ) after argument list - JavaScript | MDN
There is an error with how a function is called. This might be a typo, a missing operator, or an unescaped string, for...
Read more >select - AngularJS: API
API Reference; / ng; / directive components in ng; / select ... the value attribute or the textContent of the <option> , if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
dude, are you for real ? just read the bloody thread instead of blindly asking the same question I did 2 weeks ago
When I am creating a new project I am getting the follwoing and nothing created. Installed/Reinstalled angular2-eclipse and no changes. \Ang2Prj>ng init The specified command init is invalid. For available options, see
ng help
.