Open tony19 opened 3 years ago
I installed element-plus and tried to import it, but StackBlitz throws this error:
element-plus
Can't find package: element-plus
I also tried clicking the "Install Package: element-plus" button that's presented, but to no avail.
https://stackblitz.com/edit/stackblitz-element-plus-bug-demo
Dependencies
src/main.js
import ElementPlus from 'element-plus'; import 'element-plus/lib/theme-chalk/index.css';
The element-plus package is found and no error occurs.
Additional Context/Questions
got same error
Description of Bug
I installed
element-plus
and tried to import it, but StackBlitz throws this error:I also tried clicking the "Install Package: element-plus" button that's presented, but to no avail.
https://stackblitz.com/edit/stackblitz-element-plus-bug-demo
Steps to Reproduce
element-plus
through theDependencies
panel on the left.src/main.js
, add this code:Expected Behavior
The
element-plus
package is found and no error occurs.Screenshots/Screencast
Additional Context/Questions