#Error when starting project
17 messages ยท Page 1 of 1 (latest)
g!codeblock @flat leaf What is the complete output of ng version? Please copy the text and paste the text here in a code block as shown ๐
@flat leaf, you can use the following snippet to have your code formatted and colored by Discord. Replace ts with the language you need (i.e. html, js, css, etc)
```ts
// your code goes here
```
ng serve is ran automatically when i start the project. I couldnt fit the output in a single message, so that is why it is in a txt-file.
I asked for ng version ๐
These are concerning: node_modules_scania_components_dist_esm_sdds
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\jko6au\source\repos\SesammTool\SesammToolAngular> ng version Your global Angular CLI version (14.2.9) is greater than your local version (14.2.7). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ โณ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 14.2.7
Node: 16.18.0
Package Manager: npm 8.19.2
OS: win32 x64
Angular: 14.2.8
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1402.7
@angular-devkit/build-angular 14.2.7
@angular-devkit/core 14.2.7
@angular-devkit/schematics 14.2.7
@angular/cli 14.2.7
@schematics/angular 14.2.7
rxjs 7.5.7
typescript 4.7.4
Run ng build and see if it reports any Errors or Warnings
ng build
Your global Angular CLI version (14.2.9) is greater than your local version (14.2.7). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
โ Browser application bundle generation complete.
โ Copying assets complete.
โ Index html generation complete.
That doesn't look like the complete output
all those lazy loaded packages seem bad
hmm ok, any suggestions how to proceed?
Did the project ever work? What happened (changed) right before it broke?
This is as much as i can explain as i am a beginner:
We are a team working on developping a webbapp, we are all new at angular. Wednesday last week everyone in the team suddenly encountered this error. We do not know what triggered it as noone seems to be able to find a correlating cause to it. We are still able to work on the webapplication but the angular debugger is broken. We do get an output when closing the error message that i forgot to paste.