Guest User

Untitled

a guest
Jan 13th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --Error: input.mergeMap is not a function TypeError: input.mergeMap is not a function
  2. Solucion:
  3. A)npm i typescript@latest -g
  4. B)ejecutar: "ng set --global packageManager=npm",
  5. C) problema con la version del agunlar cli, desinstalar (npm remove @angular/cli --save) y volver a intarlarlo (npm install --save-dev @angular/cli@latest).
Add Comment
Please, Sign In to add comment