question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ng new hello Error: Path "/app/app.module.ts" does not exist. Path "/app/app.module.ts" does not exist.

See original GitHub issue

Versions

npm -v
5.5.1



I am facing problem in creating new project in angular.
When I run ng new myapp command I get following command


ng new hello
Error: Path "/app/app.module.ts" does not exist.
Path "/app/app.module.ts" does not exist.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
OrkhanHuseynlicommented, Dec 24, 2017

I reinstalled Node and Angular, did it several times. cleaning cache and so on. but still get this error Can anyone please help?

When I create a new project “ng new project-name” , I get this error: Error: Path “/app/app.module.ts” does not exist. Path “/app/app.module.ts” does not exist.

1reaction
gouseherecommented, Dec 7, 2017

I am also facing the same problem can anyone help me out???

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Path "/app/app.module.ts" does not exist. Path ... - GitHub
Not in my case. issue: When I create a new project "ng new project-name" , I get this error: Error: Path "/app/app.module.ts" does...
Read more >
ng new hello Error: Path "/app/app.module.ts" does not exist ...
It means the folder in which you are creating angular project is corrupted. The same command will work in some other Path.
Read more >
Upgrading from AngularJS to Angular
There are many ways to structure AngularJS applications. ... Next, create an app.module.ts file and add the following NgModule class: app.module.ts
Read more >
angular/angular-cli - Gitter
Hi, is it normal than the latest angular-cli doesn't create the 'app.module.ts' file ? I need it to import a component into my...
Read more >
Angular Modules and NgModule - Complete Guide
But there could also be application-level modules: imagine an app that is ... You might be surprised to find out that this does...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found