-
Notifications
You must be signed in to change notification settings - Fork 24
near-workspaces-ava on main branch cannot be npm link
to test
#116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Indeed the bug is resolveCwd doesn't handle |
npm link
to test
We had been using yarn which handled all of the linking out of the box as it was a yarn workspace. |
@willemneal Have also tried yarn link, above |
I'm saying that |
Currently, near-workspaces-init generates a near-workspaces directory, which has a package.json, and has
near-workspaces-ava 1.0.0
as dependency.Because some new commits haven't released, I want to use main branch of near-workspaces-ava. So I run
npm link
inpackages/ava
. And runnpm link near-workspaces-ava
in generated near-workspaces. However, runnpm run test
now fails at:The text was updated successfully, but these errors were encountered: