ionic-team / ionic-team/capacitor-assets
"Unable to parse color from string"
Open
- Dominant language
- TypeScript
- Stars
- 583
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
I just follow what the document said, but it throws this error...
```
npx @capacitor/assets generate --android --assetPath /public/media/generate --androidProject ../a --iconBackgroundColor '#eeeeee' --iconBackgroundColorDark '#222222'
--splashBackgroundColor '#eeeeee' --splashBackgroundColorDark '#111111'
```
```
Unable to generate assets Unable to parse color from string: '#eeeeee'
Error: Unable to parse color from string: '#eeeeee'
```
Contributor guide
Assessment
This issue has not been assessed yet.