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
When attempting to use lerna to set up an environment on a windows OS pulled from a Git repository (which had been created on a Linux environment). The paths in the lerna.json are changed from a relative path to an absolute windows path
example:
the packages in lerna.json upon pulling from Git
If pushed back to the repository, this will fail to execute. Additionally tests fail to run locally because when npm projen test is executed it is finding none of the associated packages, as npx lerna list shows zero packages.
The text was updated successfully, but these errors were encountered:
When attempting to use lerna to set up an environment on a windows OS pulled from a Git repository (which had been created on a Linux environment). The paths in the lerna.json are changed from a relative path to an absolute windows path
example:
the packages in lerna.json upon pulling from Git
after executing projen the packages in lerna.json look like this
If pushed back to the repository, this will fail to execute. Additionally tests fail to run locally because when
npm projen test
is executed it is finding none of the associated packages, asnpx lerna list
shows zero packages.The text was updated successfully, but these errors were encountered: