-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
node_modules 中的模块是 symlink 时无法编译成功 #1413
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @luckyadam |
编译失败的原因不是 symlink, 而是我自己的项目和包没有编译成兼容的 js,且 Taro 并不会编译 node_modules 中的内容。 我可能和 #871 有一样的需求 |
我也碰到有symlinks的目录编译失败的问题。 不知道是否能升级。 |
问题描述
node_modules 中的模块是 symlink 时无法编译成功
复现步骤
目录结构:
taro-project/package.json
:然后:
> lerna bootstrap lerna notice cli v3.5.1 lerna info Bootstrapping 3 packages lerna info Symlinking packages and binaries lerna success Bootstrapped 3 packages
系统信息
补充信息
发现这是 webpack 的问题:https://webpack.js.org/configuration/resolve/#resolve-symlinks
但是在 taro 项目的 config 中设置 symlinks:true 无效,希望可以提供对 webpack 的这项配置
另外,建议不要自动安装……
ts 自动导入的时候路径不一致也会自动安装……
如果包名字拼错了也会自动安装……
自动安装失败了最好也不要一直重复尝试……
The text was updated successfully, but these errors were encountered: