-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
add highlight.js style toggle #112
Conversation
# Conflicts: # .gitignore
# Conflicts: # package.json
# Conflicts: # package.json # src/assets/scripts/renderers/wx-renderer.js
🎊 PR Preview has been successfully built and deployed to https://doocs-md-preview-pr-112.surge.sh |
build 失败了 @miaogaolin |
请教个问题,我本地是遇到了一些问题才加的 Webpack,现在有点疑惑,是不是不需要加 |
我们本地开发的时候是没有加的,然后之前线上自动部署也是成功的,不加的。所以感觉可以不用。应该是 vue-cli-service 包含了的。 |
帮忙再看看为啥 webpack 删除之后,build 中还有 webpack 的错误。 |
你先在新目录直接使用 |
收到,我研究研究 |
@miaogaolin 会不会跟 node 版本有关?你本地 node 是哪个版本? |
我刚刚拉了 commit 是可以成功的:
|
|
那就奇怪了,那我 pr 的代码把 webpack都删了,build 错误怎么还提及到 webpack |
你这个就是 node 版本问题,你切下就行了。
|
|
我目前上面用的 |
我把 node_modules 和 package-lock.json 都删过了,还是有问题,那我试试你的版本吧 |
D:\git2\md>npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: md@1.5.6
npm ERR! Found: webpack@4.46.0
npm ERR! node_modules/webpack
npm ERR! webpack@"^4.0.0" from @vue/cli-plugin-babel@4.5.15
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/cli-plugin-babel@"~4.5.12" from the root project
npm ERR! webpack@"^4.0.0" from @vue/cli-service@4.5.15
npm ERR! node_modules/@vue/cli-service
npm ERR! dev @vue/cli-service@"~4.5.12" from the root project
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-babel@4.5.15
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/cli-plugin-babel@"~4.5.12" from the root project
npm ERR! 2 more (less-loader, raw-loader)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! dev sass-loader@"^11.0.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: webpack@5.64.4
npm ERR! node_modules/webpack
npm ERR! peer webpack@"^5.0.0" from sass-loader@11.1.1
npm ERR! node_modules/sass-loader
npm ERR! dev sass-loader@"^11.0.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\xiaowenhua\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\xiaowenhua\AppData\Local\npm-cache\_logs\2021-12-03T06_01_27_478Z-debug.log
- "sass-loader": "^11.0.1", 尝试降级 sass-loader 版本,或者直接删除(反正目前项目中的 style 中我没有看到使用 scss),我删除后 build 成功,删除前报错 sass-loader 依赖的 webpack 版本冲突 。 看起来:
不知道理解对不。那么问题来了,sass-loader@11+ 是几个月前就添加的,为什么现在才暴露这个问题?vue-cli也换了快2-3周了,神奇~ 可以参考相关问题: |
换成你的版本就好了,我看了下我用过的 node 两个版本 14.18.1 和 16.13.0,他们对应的 npm 版本都是 8.1.4,而你的提供的版本对应的 npm 是 6.14.11 |
npm 版本是可以升级的。 |
那我就先删了,等用到了再加 |
你删后先看看项目正常不。我这边也看看。建议不要总是引用原评论,消息看起来好长…… |
删除后就好了 |
- sass 在目前项目中没有使用到,目前项目中使用的是 less - sass 导致了 [doocs#112](doocs#112 (comment)) 中的问题
- sass 在目前项目中没有使用到,目前项目中使用的是 less - sass 导致了 [doocs#112](doocs#112 (comment)) 中的问题
- sass 在目前项目中没有使用到,目前项目中使用的是 less - sass 导致了 [#112](#112 (comment)) 中的问题
No description provided.