Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序在以前版本的 cordova 上运行,但我的新同事更新到新的 cordova 版本,因为我的应用程序没有运行。
我的问题是,我怎样才能得到我以前工作过的科尔多瓦版本?
对于窗户
npm install -g cordova[版本]
前任。npm install -g cordova@7.0.0
对于 linux/macos
sudo npm install -g cordova@[版本]
前任。sudo npm install -g cordova@7.0.0