【发布时间】:2016-09-15 13:05:19
【问题描述】:
我按照教程“在 ionic 中使用 PouchDB for localStorage”,作者说我需要运行这个命令:
typings install require --ambient --save
我知道在 1.0 版的类型中,环境更改为全局,但是当我运行此命令时出现错误:
sudo typings install require --global --save
typings ERR! message Unable to find "require" ("npm") in the registry. Did you want to try searching another source? Also, if you want contribute these typings, please help us: https://github.com/typings/registry
typings ERR! caused by https://api.typings.org/entries/npm/require/versions/latest responded with 404, expected it to equal 200
typings ERR! cwd /Users/userName/Desktop/ionic-projects/ionic2-tutorial-pouchdb
typings ERR! system Darwin 15.4.0
typings ERR! command "/usr/local/bin/node" "/usr/local/bin/typings" "install" "require" "--global" "--save"
typings ERR! node -v v4.4.4
typings ERR! typings -v 1.0.4
typings ERR! If you need help, you may report this error at:
typings ERR! <https://github.com/typings/typings/issues>
谢谢
【问题讨论】:
-
教程链接?
-
@PrashantGhimire gonehybrid.com/…
标签: macos ionic-framework npm require pouchdb