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
Describe the bug
Repo has implicit dependencies on lib0/y-protocols, it's not clear exactly what the requirements are to work on the repo independently.
To Reproduce
Steps to reproduce the behavior:
clone repo
run npm install
run npm run dist or npm run debug
Fails with error
[!] Error: Could not load /Users/tom/projects/y-prosemirror/../lib0/testing.js (imported by test/index.js): ENOENT: no such file or directory, open '/Users/tom/projects/y-prosemirror/../lib0/testing.js'
Expected behavior
The repo should be useable and allow for development without additional repos implicitly required. Or, the development instructions should make it clear what the setup should be to allow for local development.
Screenshots
Additional context
Working on a fork to add additional functionality
The text was updated successfully, but these errors were encountered:
Branch is uptodate, I cloned yesterday. I'd recommend you give it a quick try in a fresh clone location. I agree that I can't find a reference to the relative path in the codebase 🤔
So I wrote this bundler plugin that imports from relative positions. I haven't used it in a while, but it should only work when a environment flag is set. Seems I hastily ported the plugin and forgot to set the environment variable.
Describe the bug
Repo has implicit dependencies on lib0/y-protocols, it's not clear exactly what the requirements are to work on the repo independently.
To Reproduce
Steps to reproduce the behavior:
npm install
npm run dist
ornpm run debug
Expected behavior
The repo should be useable and allow for development without additional repos implicitly required. Or, the development instructions should make it clear what the setup should be to allow for local development.
Screenshots
Additional context
Working on a fork to add additional functionality
The text was updated successfully, but these errors were encountered: