Downloaded the element-ui source code, want to link to the project, but reported a lot can not find dependencies

after downloading element-ui "s source code, run dist, use npm link to other projects, but the project startup report many dependencies can not be found, these files exist, whether it has anything to do with his packaging method webpack

clipboard.png

clipboard.png

Mar.03,2021

post-link compilation path problem, modify the code, build a release of the development pattern

  1. first of all, build/config.js, changes its generated path from element-ui//lib/locale to .. / lib/locale in development compilation mode.
  2. .babelrc in development and compilation mode, util's alias "element-ui/src": "element-ui/lib" is changed to . / lib
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34e10-4d5e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34e10-4d5e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?