stricklandrbls commented on PR #1277: URL: https://github.com/apache/daffodil-vscode/pull/1277#issuecomment-3358375638
> After getting the linking script to accept the pathing with spaces (I call the linking script via `./build.sh -l /mnt/c/Users/USER/repos/space\ test/daffodil-vscode/`), I see that the `@omega-edit/client` module is not able to be found anymore. @JeremyYao - I just witnessed this same issue from a completely clean build, install, and link of the Omega Edit packages. However, when I cleaned the repo and tried again it worked fine. The issue is due to the fact that, at least for me initial attempt, the _@omega-edit/client_ package in the dfdl extension's `node_modules` did not contain the `out` output directory which the _@omega-edit/client_ package forwards as the entry point. As a quick workaround, try removing the _@omega-edit/client_ package in the dfdl extension _node_modules_. Then in the Omega Edit repo, after a successful build and install via `cmake`, run: ```bash packages/build.sh -fl <path/to/dfdl/extension>` ``` The key difference here being the inclusion of the `-f` (_force_) option which cleans the `yarn` cache directory then proceeds to create the OE package links. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
