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
该命令来自这个部署流程:https://www.yuque.com/hubcarl/ves/online#7h2dui
使用 --deps 参数可以看到
--deps
------ start npm install --production dependencies ------ ------ npm install --production dependencies successfully ------
这两行输出,但没有看到安装依赖的过程,打包结果中也没有 node_modules 目录。
使用 --nodejs 参数后,命令行会去淘宝镜像下载 node-v8.11.3-win-x64.tar.gz 文件,但对应的目录中只有 7z 和 zip 后缀的文件,因此报 404 错误。
--nodejs
用 easy init 直接创建项目,不做修改,结果也一样。
The text was updated successfully, but these errors were encountered:
win 上面 --nodejs --deps 支持有问题,暂只能手动安装打包
Sorry, something went wrong.
No branches or pull requests
该命令来自这个部署流程:https://www.yuque.com/hubcarl/ves/online#7h2dui
使用
--deps
参数可以看到这两行输出,但没有看到安装依赖的过程,打包结果中也没有 node_modules 目录。
使用
--nodejs
参数后,命令行会去淘宝镜像下载 node-v8.11.3-win-x64.tar.gz 文件,但对应的目录中只有 7z 和 zip 后缀的文件,因此报 404 错误。用 easy init 直接创建项目,不做修改,结果也一样。
The text was updated successfully, but these errors were encountered: