We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我在尝试运行时遇到该问题 运行npm run start该命令时 状态显示stopped查看日志提示问题出在**\server\core\index.js****第五行** 查看找不到一个名为_koa的依赖库_ 尝试安装这个库,命令提示出错问题是swiper 和 vue-awesome-swiper 之间存在不兼容的版本要求 由于我的版本已经是最新版,尝试将该模块_回滚至之前的版本_ 命令行提示在安装 node-sass 依赖项时,Node.js 的构建工具无法找到 Python 环境,查找该版本之后提示需要python 2.X或3.X版本 由于我之前安装过Python3.11.6版本且用命令行查过该环境可以查询 所以选择_重新安装_node-sass,但是运行时命令行提示swiper 和 vue-awesome-swiper 之间存在不兼容的版本要求 所以这个问题要怎么解决?好像进入循环了 请教一下作者
npm run start
stopped
The text was updated successfully, but these errors were encountered:
node 14 python 2.X 我前几个月还重新在服务器上部署了这个项目,现在预览地址就是前两个月才部署上去,应该没问题,无任何修改也没遇到什么障碍
Sorry, something went wrong.
No branches or pull requests
你好,我在尝试运行时遇到该问题
运行
npm run start
该命令时状态显示
stopped
查看日志提示问题出在**\server\core\index.js****第五行**查看找不到一个名为_koa的依赖库_
尝试安装这个库,命令提示出错问题是swiper 和 vue-awesome-swiper 之间存在不兼容的版本要求
由于我的版本已经是最新版,尝试将该模块_回滚至之前的版本_
命令行提示在安装 node-sass 依赖项时,Node.js 的构建工具无法找到 Python 环境,查找该版本之后提示需要python 2.X或3.X版本
由于我之前安装过Python3.11.6版本且用命令行查过该环境可以查询
所以选择_重新安装_node-sass,但是运行时命令行提示swiper 和 vue-awesome-swiper 之间存在不兼容的版本要求
所以这个问题要怎么解决?好像进入循环了
请教一下作者
The text was updated successfully, but these errors were encountered: