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
Gecko % npm run watch:bundle:main
> app.zylo.gecko@1.0.0 watch:bundle:main
> parcel watch --target main --dist-dir bundled/ --cache-dir bundled/.cache/main --no-hmr --no-source-maps
🚨 Build failed.
@parcel/transformer-typescript-tsc: directoryExists is not a function
TypeError: directoryExists is not a function
at Object.matchFiles (Gecko/node_modules/typescript/lib/typescript.js:20102:17)
at ParseConfigHost.readDirectory (Gecko/node_modules/@parcel/ts-utils/lib/FSHost.js:105:20)
at getFileNamesFromConfigSpecs (Gecko/node_modules/typescript/lib/typescript.js:40747:40)
at getFileNames (Gecko/node_modules/typescript/lib/typescript.js:40250:29)
at parseJsonConfigFileContentWorker (Gecko/node_modules/typescript/lib/typescript.js:40183:24)
at Object.parseJsonConfigFileContent (Gecko/node_modules/typescript/lib/typescript.js:40124:16)
at loadTSConfig (Gecko/node_modules/@parcel/ts-utils/lib/loadTSConfig.js:51:44)
at async loadPluginConfig (Gecko/node_modules/@parcel/core/lib/requests/ConfigRequest.js:65:21)
at async Transformation.loadTransformerConfig (Gecko/node_modules/@parcel/core/lib/Transformation.js:520:5)
at async Transformation.loadPipeline (Gecko/node_modules/@parcel/core/lib/Transformation.js:459:20)
🐛 bug report
🎛 Configuration (.babelrc, package.json, cli command)
package.json (scripts#watch:bundle:main):
parcel build --target main --dist-dir bundled/ --cache-dir bundled/.cache/main --no-source-maps
package.json (targets):
.parcelrc:
🌍 Your Environment
The text was updated successfully, but these errors were encountered: