NativeScript / NativeScript/nativescript-cli
Sending runtime version expresion rather than actual version during installation on device.
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.1k
- 派生
- 204
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 8
描述
Issue Description
When I have on package.json:
"@nativescript/android": "^8.2.2",
On my Samsung Galaxy phone, I get an error during installation that the version ^8.2.2 is illegal.
NS seems to be sending the npm expression instead of the actual runtime version being installed.
Reproduction
On any project package.json change "@nativescript/android" to use an expression. And do ns run android
If your phone is lenient and accepts it, check the metadata on your phone and you will see the version number is the version expression; otherwise the install will be rejected.
Relevant log output (if applicable)
No response
Environment
No response
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- This is a bug report
- I agree to follow this project's Code of Conduct
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 package.json 中的依赖表达式开始,在设备上运行 ns run android 以复现问题。跟踪 Android 安装元数据的组装位置,然后验证设备接收到的是解析后的运行时版本,而不是 package.json 中的表达式。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, javascript
- 领域
- cli, mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100