Module not found: Error: Can't resolve 'xlsx' in '/Users/huzhiqi/Downloads/web/projects/tag_web/src/pages/system'

缺少包,要npm install之后再npm start
本文详细介绍了在项目中遇到的Module not found错误,指出在'/Users/huzhiqi/Downloads/web/projects/tag_web/src/pages/system'目录下缺少'xlsx'模块,并提供了解决方案:先使用npminstall命令安装所需模块,然后再运行npmstart启动项目。
Module not found: Error: Can't resolve 'xlsx' in '/Users/huzhiqi/Downloads/web/projects/tag_web/src/pages/system'

缺少包,要npm install之后再npm start

被折叠的 条评论
为什么被折叠?