-
Notifications
You must be signed in to change notification settings - Fork 55
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
can't create plugin: frame-ui package missing #2
Comments
Hey @rynop, thanks for filing the issue. We are on it and I'll let you know once we fixed it. Both of those packages are not currently public on GitHub. You should be able to find all the necessary documentation on twilio.com/docs/flex and the team will continue improve the documentation going forward. Let me know if there is anything missing. Cheers, |
@dkundel thanks! I have a few documentation gaps. Should I file issues against this repo for these gaps? |
Okay @rynop, it seems like yarn is not detecting the For documentation gaps, feel free to file separate issues and label them as Sorry for the inconvenience! |
10-4 on filing issues for docs.
This stems from my initial problem that I was unable to install
I worked around it by adding it as a
This let me do Here are my versions:
FWIW using Is there ever plans to open up/open source the |
Do you happen to use We are working on yarn support. @madisabel is looking at a solution. This seems to be a known issue though: yarnpkg/yarn#5998 As for making the packages public I'll redirect you to @tmihnovits as I won't be able to give you any answers on this. |
I use something similar - fnm. Thank you for reminding me. Removing fnm cache fixed the asyncWrite issue. Thanks @madisabel for working the yarn issue @tmihnovits looking forward to your thoughts on OSS w/r/t flex |
As @dkundel mentioned, this is more of a bug from yarn side and it's not a huge priority for them to fix it as of now. https://twitter.com/arcanis/status/1065212411026771968 I suggest we use npm only for this project until we support yarn the right way. I will make a PR to update the docs. |
Closing this one as related to #26 |
create-flex-plugin plugin-sfdc --yarn
cd plugin-sfdc
yarn
Get the error:
Is @twilio/frame-ui not public?
A little un-related - where on github can we see the source of the @twilio/* packages?
thanks
The text was updated successfully, but these errors were encountered: