-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error: File '../../tsconfig.base' not found #271
Comments
Could you try different versions between 1.18 and 1.23 to locate the breaking version?Sent from my iPhoneOn Apr 19, 2024, at 10:32, Sevil Yılmaz ***@***.***> wrote:
I started getting this error after bumping the version from 1.18.5 to 1.23.0. It seems like it's coming from find-cypress-specs but I couldn't pinpoint it.
Error: File '../../tsconfig.base' not found.
at je (/builds/node_modules/get-tsconfig/dist/index.cjs:3:9102)
at te (/builds/node_modules/get-tsconfig/dist/index.cjs:3:10066)
at ie (/builds/node_modules/get-tsconfig/dist/index.cjs:3:10781)
at Object.$e [as getTsconfig] (/builds/node_modules/get-tsconfig/dist/index.cjs:3:10886)
at Object.<anonymous> (/builds/node_modules/tsx/dist/cjs/index.cjs:1:726)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Function.Module._load (node:internal/modules/cjs/loader:958:12)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at Object.<anonymous> (/builds/node_modules/find-cypress-specs/src/index.js:19:1)
at Module._compile (node:internal/modules/cjs/loader:[125](https://xxx/-/jobs/203594291#L125)4:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Function.Module._load (node:internal/modules/cjs/loader:958:12)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at Object.<anonymous> (/builds/node_modules/cypress-split/src/parse-inputs.js:4:22)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:[130](https://xxx/-/jobs/203594291#L130)8:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
The error starts appearing from version |
Great, now can you provide debug logs when running
with DEBUG=cypress-split,find-cypress-specs ?
…On Fri, Apr 19, 2024 at 2:02 PM Sevil Yılmaz ***@***.***> wrote:
The error starts appearing from version 1.19.2 which bumps
find-cypress-specs version from 1.41.4 to 1.42.0
—
Reply to this email directly, view it on GitHub
<#271 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ4BJQCW5WHSQDTYILZHCDY6FL3NAVCNFSM6AAAAABGPJUAQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXGA2TEOBWGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Dr. Gleb Bahmutov, PhD
Schedule video chat / phone call / meeting with me via
https://calendly.com/bahmutov
***@***.*** @bahmutov ***@***.***>
https://glebbahmutov.com/ https://glebbahmutov.com/blog
https://github.com/bahmutov
|
That doesn't give any other information as the command fails on L19 in find-cypress-specs where
{
"extends": "../../tsconfig.base",
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started getting this error after bumping the version from
1.18.5
to1.23.0
. It seems like it's coming fromfind-cypress-specs
but I couldn't pinpoint it.The text was updated successfully, but these errors were encountered: