[GH-ISSUE #15] Current instructions to execute the basic demo not working. #1

Closed
opened 2026-05-05 03:20:43 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @KaruroChori on GitHub (Apr 5, 2023).
Original GitHub issue: https://github.com/Rolands-Laucis/Socio/issues/15

npm run demo is 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'

Originally created by @KaruroChori on GitHub (Apr 5, 2023). Original GitHub issue: https://github.com/Rolands-Laucis/Socio/issues/15 `npm run demo ` is 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'`
Author
Owner

@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 78e288efd7 and 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 🤔

<!-- gh-comment-id:1498812230 --> @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 78e288efd7bcbde7d71490d7824ab9f1159c1fa1 and 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 🤔
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/Socio#1
No description provided.