Errors with Vue example
See original GitHub issueI tried installing the Vue example with npm and it failed - I try not to use npm. Then did yarn install
and all went well. However when I go yarn run serve
I get:
yarn run v1.22.10
$ vue-cli-service serve
INFO Starting development server...
98% after emitting CopyPlugin
ERROR Failed to compile with 4 errors 6:49:29 pm
This dependency was not found:
* yjs in ./node_modules/@reactivedata/reactive-crdt/dist/reactive-crdt.module.js, ./node_modules/@reactivedata/yjs-reactive-bindings/dist/yjs-reactive-bindings.module.js and 2 others
To install it, you can run: npm install --save yjs
Issues checking in progress...
Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp'
No issues found.
I just wanted to have a quick play, so don’t go to any trouble. I’m new to yjs and saw your post: https://discuss.yjs.dev/t/reactive-crdt-easy-to-use-api-to-use-yjs-and-build-collaborative-apps/507/7
I understand you are using a fork of yjs.
FYI For managing state I was using NX Observe, then moved to onChange and more recently the reactive code in Acebase which is the best fit so far.
I am now looking seriously at yjs which is how I discovered your lib. The ability to use plain JS objects and arrays is very appealing. I don’t use Vue or React 😀
PS. I’m using Node v16.1.0 on Windows 10
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
@YousefED If you try:
and see if it works for you.
@clibu I expect this is resolved in the latest version