任何人都有使用角度cli项目安装角度通用的经验?
我试着按照这个指南:
https://universal.angular.io/quickstart/
但在我这样做之后:
typings install node express body-parser serve-static express-serve-static-core mime --global
Run Code Online (Sandbox Code Playgroud)
我收到错误:
typings INFO globaldependencies "express" 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 …Run Code Online (Sandbox Code Playgroud)