NativeScript / NativeScript/angular
[fix provided] Angular 20.2+ pulls in source-map 0.7.x leading to: Can't resolve 'url' in 'node_modules/source-map/lib'
未關閉
@NathanWalker 已經在處理了。
開始於 2025年9月9日。
- 主要語言
- TypeScript
- 星號
- 55
- 分支
- 13
- 平均合併
- 16 分鐘
- 30 天內合併 PR
- 1
描述
20.1 and lower used source-map < 0.7.
To fix this, you can add this to your package.json, then ns clean before running:
"overrides": {
"@angular-devkit/core": {
"source-map": "0.6.1"
},
"@angular-devkit/build-angular": {
"source-map": "0.6.1"
},
"source-map": "0.6.1"
}
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
評估
這個 Issue 還沒有評估資料。