Я новичок в Angular, я клонировал проект Angular из GitHub (https://github.com/javatutorials2016/shoppersstop) и выполнил приведенные ниже команды, как указано в другой теме переполнения стека.
1. rm -rf node_modules
2. npm install
3. ng serve
После выполнения 4-й команды я столкнулся с приведенным ниже исключением. Может ли кто-нибудь помочь, пожалуйста, здесь?
Cannot read property 'config' of null
TypeError: Cannot read property 'config' of null
at Class.run (C:\Users\Owner\shopperstop\shoppersstop\shopperstop\node_modules\angular-cli\tasks\serve.js:22:61)
at C:\Users\Owner\shopperstop\shoppersstop\shopperstop\node_modules\angular-cli\commands\serve.run.js:22:22
at
at process._tickCallback (internal/process/next_tick.js:188:7)
Я также предоставляю вывод команды ng version.
angular-cli: 1.0.0-beta.28.3
node: 8.9.4
os: win32 x64
@angular/animations: 7.1.4
@angular/common: 7.1.4
@angular/compiler: 7.1.4
@angular/core: 7.1.4
@angular/forms: 7.1.4
@angular/platform-browser: 7.1.4
@angular/platform-browser-dynamic: 7.1.4
@angular/router: 7.1.4
@angular/cli: 7.1.4
@angular/compiler-cli: 7.1.4
@angular/language-service: 7.1.4