semantic-release-commit-filter icon indicating copy to clipboard operation
semantic-release-commit-filter copied to clipboard

Invalid path to package.json resolving on windows

Open unlight opened this issue 3 years ago • 0 comments

Trying to run in workspace root directory

posix.resolve(process.cwd(), "package.json")

Resolves to:

'/Dev/monorepo-playground/X:\\Dev\\monorepo-playground/package.json'

Next require fails with error Error: Cannot find module

unlight avatar Jul 01 '22 21:07 unlight