Este error me apare al ejecutar el servidor de angular:
PS E:\Escritorio\angular\aangular-links-xxx-yyy> ng serve
An unhandled exception occurred: Job name "..getProjectMetadata" does not exist
See "C:\Users\myuser\AppData\Local\Temp\ng-FyYjK1\angular-errors.log" for further details.
Así que buscando por los foros encontré esta solución para mi:
https://stackoverflow.com/questions/59447679/an-unhandled-exception-occurred-job-name-getprojectmetadata-does-not-exist
PS E:\Escritorio\angular\aangular-links-votes-app> npm i @angular-devkit/build-angular@0.803.24
Listo !!! despues de esto ya pude ejecutar y levantar la aplicación de angular.
PS E:\Escritorio\angular\aangular-links-votes-app> ng serve
10% building 3/3 modules 0 activei 「wds」: Project is running at http://localhost:4200/webpack-dev-server/
i 「wds」: webpack output is served from /
i 「wds」: 404s will fallback to //index.html
chunk {main} main.js, main.js.map (main) 28.6 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 269 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 9.73 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 3.81 MB [initial] [rendered]
Date: 2020-03-15T20:54:40.997Z - Hash: b234e61ee1b0271ddf6b - Time: 9319ms
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
i 「wdm」: Compiled successfully.
No hay comentarios.:
Publicar un comentario
Escribe tu comentario