因为在将TNS升级到3.0(我使用条形码扫描仪和Xing解码器插件两者)后,我的应用程序(在2.5中完美地工作)存在一些问题,所以我需要完全恢复我的环境。在升级之前。
但我还没有找到正式的方法来干净地执行2.5降级。
有人可以帮帮我吗?提前致谢答案 0 :(得分:3)
请尝试以下步骤:
npm uninstall -g nativescript
npm cache clean
npm i -g nativescript@2.5.0
remove node_modules platforms directory in your project
revert your package.json to the version before update to 3.0(angular, typescript versions...)
tns platform add android@2.5.0
tns platform add ios@2.5.0
tns run ios or android
您还可以查看此博客以获取进一步的说明http://fluentreports.com/blog/?p=509