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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Error: Command failed: yarn dtslint --expectOnly packages/svelte
Error: Cannot find module '/Users/JounQin/.dts/typescript-installs/next/node_modules/typescript'
Require stack:
- /Users/JounQin/Workspaces/GitHub/types/node_modules/dtslint/bin/lint.js
- /Users/JounQin/Workspaces/GitHub/types/node_modules/dtslint/bin/index.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
at Function.Module._load (internal/modules/cjs/loader.js:686:27)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
at testDependencies (/Users/JounQin/Workspaces/GitHub/types/node_modules/dtslint/bin/lint.js:63:16)
at Object.<anonymous> (/Users/JounQin/Workspaces/GitHub/types/node_modules/dtslint/bin/lint.js:25:28)
at Generator.next (<anonymous>)
at /Users/JounQin/Workspaces/GitHub/types/node_modules/dtslint/bin/lint.js:8:71
at new Promise (<anonymous>)
at __awaiter (/Users/JounQin/Workspaces/GitHub/types/node_modules/dtslint/bin/lint.js:4:12)
error Command failed with exit code 1.
I tried deleting
yarn.lock
and install all dependencies like https://github.com/microsoft/dtslint#faq but it didn't work.reproduction: https://github.com/rx-ts/types/runs/412739812?check_suite_focus=true#step:6:23
repo: https://github.com/rx-ts/types
command:
yarn test
The text was updated successfully, but these errors were encountered: