You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2022. It is now read-only.
Angular DevTools version (required):
Latest master version
Description of issue:
After installing the dependencies, and try to yarn start I get this error:
Steps to reproduce:
yarn
yarn start
Log file
[error] TypeError: Cannot read property 'styles' of undefined
at getStylesConfig (/Users/enea/Documents/GitHub/angular-devtools/node_modules/@angular-devkit/build-angular/src/webpack/configs/styles.js:79:49)
at /Users/enea/Documents/GitHub/angular-devtools/node_modules/@angular-devkit/build-angular/src/builders/dev-server/index.js:127:43
at /Users/enea/Documents/GitHub/angular-devtools/node_modules/@angular-devkit/build-angular/src/utils/webpack-browser-config.js:72:16
at generateWebpackConfig (/Users/enea/Documents/GitHub/angular-devtools/node_modules/@angular-devkit/build-angular/src/utils/webpack-browser-config.js:61:40)
at async generateBrowserWebpackConfigFromContext (/Users/enea/Documents/GitHub/angular-devtools/node_modules/@angular-devkit/build-angular/src/utils/webpack-browser-config.js:123:20)
at async generateI18nBrowserWebpackConfigFromContext (/Users/enea/Documents/GitHub/angular-devtools/node_modules/@angular-devkit/build-angular/src/utils/webpack-browser-config.js:70:20)
at async setup (/Users/enea/Documents/GitHub/angular-devtools/node_modules/@angular-devkit/build-angular/src/builders/dev-server/index.js:124:47)