|
@@ -10,6 +10,11 @@ Run `npm install -g @anular/cli` to install/update Angular CLI globally.
|
|
|
Run `npm install` to install dependencies.
|
|
Run `npm install` to install dependencies.
|
|
|
|
|
|
|
|
If you encounter the following error while trying to run `ng serve`, please delete all contents of this folder: [your_project_directory]/src/dependencies/angularlib/node_modules/@angular
|
|
If you encounter the following error while trying to run `ng serve`, please delete all contents of this folder: [your_project_directory]/src/dependencies/angularlib/node_modules/@angular
|
|
|
|
|
+You may do so by running
|
|
|
|
|
+Windows powershell:
|
|
|
|
|
+`rm -r -force src/dependencies/angularlib/node_modules/@angular`
|
|
|
|
|
+Linux/MacOS:
|
|
|
|
|
+`rm -rf src/dependencies/angularlib/node_modules/@angular`
|
|
|
```
|
|
```
|
|
|
[ERROR] TS-993004: Unable to import class CommonModule.
|
|
[ERROR] TS-993004: Unable to import class CommonModule.
|
|
|
The symbol is not exported from [your_project_directory]/src/dependencies/angularlib/node_modules/@angular/common/index.d.ts (module '@angular/common'). [plugin angular-compiler]
|
|
The symbol is not exported from [your_project_directory]/src/dependencies/angularlib/node_modules/@angular/common/index.d.ts (module '@angular/common'). [plugin angular-compiler]
|