Answer the question
In order to leave comments, you need to log in
How to run Angular Universal without wanting to throw a stone at whoever invented it?
I'm trying to install Angular Universal , following the installation steps from. site. At step 2, point 2 is all ... I wonder if they tried to install it themselves?
The console is full of errors.
typings ERR! deprecated The "ambient" flag is deprecated. Please use "global" instead
typings INFO globaldependencies "body-parser" lists global dependencies on "node" that must be installed manually
typings INFO globaldependencies "express" lists global dependencies on "node" that must be installed manually
typings INFO globaldependencies "serve-static" lists global dependencies on "node" that must be installed manually
typings ERR! message Unable to find "node" ("npm") in the registry.
typings ERR! message However, we found "node" for 2 other sources: "dt" and "env"
typings ERR! message You can install these using the "source" option.
typings ERR! message We could use your help adding these typings to the registry: https://github.com/typings/registry
typings ERR! caused by https://api.typings.org/entries/npm/node/versions/latest responded with 404, expected it to equal 200
Answer the question
In order to leave comments, you need to log in
Xs, what is it, but typings is outdated more than six months ago and is no longer used. That is, this case has not been updated since the release of Angular 2.
There was a similar error with the installation es6-shim
.
This method helped:$ typings install dt~es6-shim --save --global
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question