you need node_modules which is created using the list of modules 
in  package.json
node_modules is key to the functioning of any angular web applications.
Is this your first ever app?

On Tuesday, July 18, 2017 at 7:55:33 AM UTC-7, Pradee Kumar wrote:
>
> F:\ANGULAR2_WORKSPACE\MY_ANGULAR_WORKSPACE>node -v
> v6.10.3
>
> F:\ANGULAR2_WORKSPACE\MY_ANGULAR_WORKSPACE>npm -v
> 3.10.10
>
> F:\ANGULAR2_WORKSPACE\MY_ANGULAR_WORKSPACE>npm install -g @angular/cli
> C:\Users\abc\AppData\Roaming\npm\ng -> 
> C:\Users\abc\AppData\Roaming\npm\node
> ules\@angular\cli\bin\ng
> C:\Users\abc\AppData\Roaming\npm
> `-- @angular/[email protected]
>
> npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 
> (node_module
> ngular\cli\node_modules\chokidar\node_modules\fsevents):
> npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 
> fseve
> 1.1.2: wanted {"os":"darwin","arch":"any"} (current: 
> {"os":"win32","arch":"x
> )
>
> F:\ANGULAR2_WORKSPACE\MY_ANGULAR_WORKSPACE>ng new myApp
> installing ng
>   create .editorconfig
>   create README.md
>   create src\app\app.component.css
>   create src\app\app.component.html
>   create src\app\app.component.spec.ts
>   create src\app\app.component.ts
>   create src\app\app.module.ts
>   create src\assets\.gitkeep
>   create src\environments\environment.prod.ts
>   create src\environments\environment.ts
>   create src\favicon.ico
>   create src\index.html
>   create src\main.ts
>   create src\polyfills.ts
>   create src\styles.css
>   create src\test.ts
>   create src\tsconfig.app.json
>   create src\tsconfig.spec.json
>   create src\typings.d.ts
>   create .angular-cli.json
>   create e2e\app.e2e-spec.ts
>   create e2e\app.po.ts
>   create e2e\tsconfig.e2e.json
>   create .gitignore
>   create karma.conf.js
>   create package.json
>   create protractor.conf.js
>   create tsconfig.json
>   create tslint.json
> Installing packages for tooling via npm.
> Project 'myApp' successfully created.
>
> F:\ANGULAR2_WORKSPACE\MY_ANGULAR_WORKSPACE>cd myApp
>
> F:\ANGULAR2_WORKSPACE\MY_ANGULAR_WORKSPACE\myApp>ng serve --open
> node_modules appears empty, you may need to run `npm install`
>
>
> why this erorr
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to