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
same as: feathersjs/feathers#510
it is very well described in the above issue so I will not repeat it here ( it would suffice to copy and paste replacing feathers with civic-sip-api )
feathers
civic-sip-api
for others needing a workaround util this is resolved, replace:
global.Promise = require("bluebird")
with
Object.defineProperty(global, "Promise", { value:require("bluebird"), writable:false })
The text was updated successfully, but these errors were encountered:
@adrian-gierakowski Thanks for giving the background here. Busy looking into it.
Sorry, something went wrong.
Updated to use babel-runtime to stop polluting globals.
slaphead
No branches or pull requests
same as: feathersjs/feathers#510
it is very well described in the above issue so I will not repeat it here ( it would suffice to copy and paste replacing
feathers
withcivic-sip-api
)for others needing a workaround util this is resolved, replace:
with
The text was updated successfully, but these errors were encountered: