mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 06:05:53 -06:00
[GH-ISSUE #15] Current instructions to execute the basic demo not working. #1
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/Socio#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KaruroChori on GitHub (Apr 5, 2023).
Original GitHub issue: https://github.com/Rolands-Laucis/Socio/issues/15
npm run demois not available, only dev & test.And at the moment the library is not properly mapped in the client code, so the full path is required:
import { SocioClient } from './node_modules/socio/dist/core-client.js'in place of
'./core-client.js'@Rolands-Laucis commented on GitHub (Apr 6, 2023):
Thanks 👍. I didnt realize that the basic demo was that far behind on Socio versions 😅. Fixed this in commit
78e288efd7and the demo was updated to Socio v0.7.12. Should be all good now, but i had to do some funky stuff for base64.js to work 🤔