You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
After upgrading I've got an error Uncaught TypeError: Cannot read property 'info' of undefined when trying to start proto-repl. Downgrading ink to v0.10.12 using apm (apm install [email protected]) solves the issue.
The text was updated successfully, but these errors were encountered:
Note, anyone who installed Atom with proto-repl gets confused and must investigate quite a lot of time. There is no explanation on how to downgrade to a certain version and even if you finally succeed manually, the downgrade does not work (in my case). So I can't work with Atom & proto-repl.
Downgrading Ink at least makes the REPL work, but it doesn't autocomplete (Parinfer doesn't work either).
For some reason autocomplete/Parinfer only work in the text-based REPL.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Probably the root cause of Issues #326 and #325
After upgrading I've got an error
Uncaught TypeError: Cannot read property 'info' of undefined
when trying to start proto-repl. Downgrading ink to v0.10.12 using apm (apm install [email protected]
) solves the issue.The text was updated successfully, but these errors were encountered: