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
vite build error
Cannot read properties of null (reading 'render')
at ConditionalExpression.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:12221:24)
at TemplateLiteral.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:2905:28)
at TemplateLiteral.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:14671:15)
at renderCallArguments (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:11721:26)
at CallExpression.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:11948:9)
at ExpressionStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:2909:23)
at ExpressionStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:6416:15)
at renderStatementList (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:1870:25)
at BlockStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:6486:13)
at IfStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:12620:29)
This is the error when creating a project using the official website method 'npm create vue@latest' and then introducing element-plus. This project cannot be built successfully.
If "Link To Reproduction" cannot be opened, you can run npm create vue@latest by yourself and then import element-plus.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
vite build error
Cannot read properties of null (reading 'render')
at ConditionalExpression.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:12221:24)
at TemplateLiteral.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:2905:28)
at TemplateLiteral.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:14671:15)
at renderCallArguments (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:11721:26)
at CallExpression.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:11948:9)
at ExpressionStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:2909:23)
at ExpressionStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:6416:15)
at renderStatementList (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:1870:25)
at BlockStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:6486:13)
at IfStatement.render (file:///D:/project/web/node_modules/rollup/dist/es/shared/node-entry.js:12620:29)
Reproduction
https://gitee.com/yui_e/eee
Steps to reproduce
This is the error when creating a project using the official website method 'npm create vue@latest' and then introducing element-plus. This project cannot be built successfully.
If "Link To Reproduction" cannot be opened, you can run npm create vue@latest by yourself and then import element-plus.
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: