ionic-team / ionic-team/ionic-cli
Encourage local installation of @ionic/cli package
- 主要語言
- TypeScript
- 星號
- 2k
- 分支
- 682
- PR 合併指標
- 30 天內沒有已合併 PR
描述
## Problem Statement
Currently, the [installation docs](https://ionicframework.com/docs/cli#installation) recommends global installation of the cli. This can be annoying when you have to maintain different projects with different ionic framework versions (for example ionic framework 3 and 4) because one cli does not work with the other version of the framework.
## Suggested changes
It's been a while since npm has introduced npx. I don't see any good reason to install cli globally anymore.
So I would like to propose a change in the documentation to recommend the local installation of cli.
But because of how cli works currently, it requires `native-run` to be installed globally. So if it's possible, I would also like to propose to change this behavior of cli to work with `native-run` installed locally.
Another advantage of installing cli locally is making the initial setup of the project in a new machine much easier. With this, `npm install` should take care of everything ideally.
貢獻指南
研究方向
Start with the installation documentation linked in the issue and trace the CLI path that invokes native-run. Determine whether local CLI and native-run installation can replace the documented global setup, then update the recommendation and verify project setup with npm install.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- cli, documentation
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100