我按照教程'使用PouchDB for localStorage in ionic',作者说我需要运行这个命令:
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>
感谢
答案 0 :(得分:2)
我在Windows上遇到了完全相同的问题。 尝试
typings install env~requirejs --global --save
我还提交了一份Issue字样,他们说我应该尝试以下
typings install -SG dt~require
如果你得到以下内容:
require
└── (No dependencies)
这意味着它已经安装了bean