We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed the dependency like written in the ReadMe.md. "@capacitor/assets": "^3.0.4"
Im using Angular with Ionic/Capacitor and my folder structure looks like following:
Now i wanted to generate my assets but by using npx @capacitor/assets generate --android
Asset directory not found at ... Use --asset-path to specify a specific directory containing assets
Now with npx @capacitor/assets generate --android --asset-path MyPath
error: unknown option '--asset-path'
If i go into my folder /src and try it again npx @capacitor/assets generate --android
No platforms found, exiting
Now using without android it works but only generate assets for pwa.
The text was updated successfully, but these errors were encountered:
Work around. Create a new asset folder with the assets directly in MyApp folder.
Sorry, something went wrong.
No branches or pull requests
I installed the dependency like written in the ReadMe.md. "@capacitor/assets": "^3.0.4"
Im using Angular with Ionic/Capacitor and my folder structure looks like following:
-- src
--- assets
-- android
-- ios
-- www
Now i wanted to generate my assets but by using npx @capacitor/assets generate --android
Now with npx @capacitor/assets generate --android --asset-path MyPath
If i go into my folder /src and try it again npx @capacitor/assets generate --android
Now using without android it works but only generate assets for pwa.
The text was updated successfully, but these errors were encountered: