ionic-team / ionic-team/ionic-cli
Error at first on `ionic serve`, then working app on re-save of file
- Linguagem predominante
- TypeScript
- Estrelas
- 2k
- Forks
- 682
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
When I first run `ionic serve` I get a page with some Typescript errors:
```
Error
Typescript Error
Property 'padStart' does not exist on type 'string'.
...
Typescript Error
Property 'values' does not exist on type 'ObjectConstructor'.
...
Typescript Error
Property 'values' does not exist on type 'ObjectConstructor'.
...
Typescript Error
Property 'values' does not exist on type 'ObjectConstructor'.
...
Typescript Error
Property 'xAxes' does not exist on type '{ yAxes: { ticks: { beginAtZero: boolean; }; }[]; }'.
...
```
This is all true, but when I just resave any file of my project this all doesn't matter any more as the project is reloaded and just works.
My `ionic info`:
```
λ ionic info
√ Gathering environment info - done!
Ionic:
ionic (Ionic CLI) : 4.1.2 (C:\nvm\v10.7.0\node_modules\ionic)
Ionic Framework : ionic-angular 3.5.3
@ionic/app-scripts : 3.2.0
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : android 7.1.1, ios 4.5.5
Cordova Plugins : no whitelisted plugins (8 plugins total)
System:
Android SDK Tools : 26.1.1 (C:\Android)
NodeJS : v10.7.0 (C:\Program Files\nodejs\node.exe)
npm : 6.1.0
OS : Windows 10
```
Guia de contribuição
Direção de pesquisa
Reproduce the first-run behavior with `ionic serve` using the reported Ionic CLI, Ionic Framework, app-scripts, Node.js, and Windows versions. Compare the initial TypeScript diagnostics with the result after saving a file; done means the initial serve no longer shows the reported errors without requiring a save.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- typescript
- Domínio
- cli
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100