Skip to content
New issue

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

spotify-oauth.min.js missing from release? #4

Closed
gregorymaertens opened this issue Nov 3, 2017 · 1 comment
Closed

spotify-oauth.min.js missing from release? #4

gregorymaertens opened this issue Nov 3, 2017 · 1 comment
Labels

Comments

@gregorymaertens
Copy link
Contributor

gregorymaertens commented Nov 3, 2017

Hello,

I'm trying to integrate this plugin, but when installing it, I'm getting this error:

`
Running command: MYROOT/plugins/cordova-spotify-oauth/install-ios.sh MYROOT

Error during processing of action! Attempting to revert...
Failed to install 'cordova-spotify-oauth': Error: Uh oh!
ENOENT: no such file or directory, open 'MYROOT/plugins/cordova-spotify-oauth/www/build/spotify-oauth.min.js'
at Error (native)
at Object.fs.openSync (fs.js:640:18)
at Object.fs.readFileSync (fs.js:508:33)
at install (MYROOT/platforms/ios/cordova/lib/plugman/pluginHandlers.js:206:36)
etc...

Error: Uh oh!
ENOENT: no such file or directory, open 'MYROOT/plugins/cordova-spotify-oauth/www/build/spotify-oauth.min.js'

`

when looking at the release zip file it looks like it's missing there (i.e. www/build/spotify-oauth.min.js missing in the zip)
On TravisCI spotify-oauth.min.js is generated by webpack correctly.

Is the artifact not exported correctly into the archive?

Thanks!

References:
$ cordova --version
7.1.0
$ ionic --version
3.16.0

Fetching version 0.1.7 from this plugin

@NeoLegends
Copy link
Member

NeoLegends commented Nov 4, 2017

Thanks for the heads up! Fixed in 3c15de6. (Install v0.1.8 to get the fix)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants