- pnpm nx g @nx/plugin:plugin
NX Generating @nx/plugin:plugin
✔ Which directory do you want to create the plugin in? · automation
NX Cannot read properties of undefined (reading 'JsxEmit')
这是什么情况啊!!!! 感觉是版本问题,详细报错如下:
t getNeededCompilerOptionOverrides (/Users/xxxxx/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_@swc+helpers@0._a6x5lqx7nme34afc66opk7jsx4/node_modules/@nx/js/src/utils/typescript/configuration.js:31:49)
at createProjectTsConfigs (/Users/xxxxx/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_@swc+helpers@0._a6x5lqx7nme34afc66opk7jsx4/node_modules/@nx/js/src/generators/library/library.js:727:88)
at createFiles (/Users/xxxxx/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_@swc+helpers@0._a6x5lqx7nme34afc66opk7jsx4/node_modules/@nx/js/src/generators/library/library.js:335:5)
at libraryGeneratorInternal (/Users/xxxxx/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_@swc+helpers@0._a6x5lqx7nme34afc66opk7jsx4/node_modules/@nx/js/src/generators/library/library.js:45:5)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async libraryGenerator (/Users/xxxxx/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_@swc+helpers@0._a6x5lqx7nme34afc66opk7jsx4/node_modules/@nx/js/src/generators/library/library.js:28:12)
at async pluginGenerator (/Users/xxxxx/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_@swc+helper_t4szf3aixucuxd3rl3czre4fba/node_modules/@nx/plugin/src/generators/plugin/plugin.js:58:16)
at async /Users/xxxxx/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@[email protected]__@[email protected]_typ_3xog5zj4xtngdry2gq4dbyn2fi/node_modules/nx/src/command-line/generate/generate.js:237:26
at async handleErrors (/Users/xxxxx/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@[email protected]__@[email protected]_typ_3xog5zj4xtngdry2gq4dbyn2fi/node_modules/nx/src/utils/params.js:22:24)
at async Object.handler (/Users/xxxxx/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@[email protected]__@[email protected]_typ_3xog5zj4xtngdry2gq4dbyn2fi/node_modules/nx/src/command-line/generate/command-object.js:14:22)
最近配置 storybook8 也是一堆问题,求助大佬🙏
1
NGUP915 OP ts.config 添加配置 "jsx": "react"也不行
|