Replies: 1 comment
-
For Windows, it is recommended to use WSL https://learn.microsoft.com/en-us/windows/wsl/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
env
question
i want to run current repo locally and do follow actions
1.git clone https://github.com/rollup/plugins.git
2.pnpm i
3.cd packages/alias/
4.pnpm test
i get error:
`$ pnpm test
[!] Error: Debug Failure. Expected D:/github_projects/util/rollup-plugins/packages/alias/
tsconfig.json === D:\github_projects\util\rollup-plugins\packages\alias\tsconfig.json.
at attachFileToDiagnostic (D:\github_projects\util\rollup-plugins\node_modules.pnpm
[email protected]\node_modules\typescript\lib\typescript.js:20253:18)
at Object.attachFileToDiagnostics (D:\github_projects\util\rollup-plugins\node_module
s.pnpm\[email protected]\node_modules\typescript\lib\typescript.js:20285:42)
at Object.parseJsonText (D:\github_projects\util\rollup-plugins\node_modules.pnpm\ty
[email protected]\node_modules\typescript\lib\typescript.js:32087:46)
at Object.parseJsonText (D:\github_projects\util\rollup-plugins\node_modules.pnpm\ty
[email protected]\node_modules\typescript\lib\typescript.js:31813:23)
at parseConfigFileTextToJson (D:\github_projects\util\rollup-plugins\node_modules.pn
pm\[email protected]\node_modules\typescript\lib\typescript.js:41443:33)
at Object.readConfigFile (D:\github_projects\util\rollup-plugins\node_modules.pnpm\t
[email protected]\node_modules\typescript\lib\typescript.js:41434:48)
at readTsConfigFile (file:///D:/github_projects/util/rollup-plugins/node_modules/.pnp
m/@rollup[email protected][email protected][email protected]/node_modules/@rollup/p
lugin-typescript/dist/es/index.js:252:34)
at parseTypescriptConfig (file:///D:/github_projects/util/rollup-plugins/node_modules
/.pnpm/@rollup[email protected][email protected][email protected]/node_modules/@rol
lup/plugin-typescript/dist/es/index.js:311:41)
at typescript (file:///D:/github_projects/util/rollup-plugins/node_modules/.pnpm/@rol
[email protected][email protected][email protected]/node_modules/@rollup/plugin-
typescript/dist/es/index.js:734:27)
at createConfig (file:///D:/github_projects/util/rollup-plugins/shared/rollup.config.
mjs:38:15)
ELIFECYCLE Command failed with exit code 1.
ELIFECYCLE Command failed with exit code 1.`
how to solve?please tell me total step
Beta Was this translation helpful? Give feedback.
All reactions