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
I did a oriole setup added my personal access token and account ID and then when running oriole init inside a repo I got the following:
> oriole init
🕐 Loading...
/Users/danielrb/open/oriole/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
throw ex;
^
SyntaxError: Unexpected token i in JSON at position 8
at JSON.parse (<anonymous>)
at /Users/danielrb/open/oriole/build/commands/init.js:857:25
I will continue to investigate but any help would be useful.
The text was updated successfully, but these errors were encountered:
Nice - this is a great find. I don't think I've tested running init inside folders in a repo, and not at the top level. I'll investigate this further and see if a fix is needed - thanks!
I did a
oriole setup
added my personal access token and account ID and then when runningoriole init
inside a repo I got the following:I will continue to investigate but any help would be useful.
The text was updated successfully, but these errors were encountered: