Skip to content
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

1 simple-module simple-uploader 版本问题 #540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

5201314999
Copy link

simple-module simple-uploader 3.0 版本 copy:script copy:package 2个模块路径不在lib/下,在 dist/下 会打包错误,即使修正路径,打包后simditor 也会出现connect 方法不存在错误

@smithyj
Copy link

smithyj commented Dec 17, 2018

是的 我也碰到了 出现 connect 方法不存在

@smithyj
Copy link

smithyj commented Dec 17, 2018

@5201314999 能不能出来解决下?既然选择开源,为什么把issue关闭?

@oxodesign
Copy link

Is it possible to merge this? So "simple-module" and "simple-uploader" are downgraded?

Thanks in advance!

@alisanguo
Copy link

我也遇到这个问题了,你们解决了吗

@alisanguo
Copy link

我将 "simple-module" and "simple-uploader" 换成低版本,解决了该问题

@seven0624
Copy link

"simditor": {
"version": "2.3.22",
"resolved": "https://registry.npmjs.org/simditor/-/simditor-2.3.22.tgz",
"integrity": "sha512-qFbbo6jREbIICxncsJTaAFNOwvMDwDCSqobZnQPDNy2QyRXaHLIZyoDmcBMJQJWoN17WksQjBr774TQXFeFgBA==",
"requires": {
"dompurify": "^1.0.8",
"jquery": "~2.1.4",
"simple-hotkeys": "~1.0.3",
"simple-module": "~2.0.6",
"simple-uploader": "~2.0.7"
},

  "simditor": {
  "version": "2.3.23",
  "resolved": "https://registry.npmjs.org/simditor/-/simditor-2.3.23.tgz",
  "integrity": "sha512-duGugv2RIJbAtBzoy/+87C/Ij68HNRJJnHpcfR9HH7uXa+2jUYHjKWM8XBDQrNZOZ3x346zWuwgtbyXSgtbG9A==",
  "requires": {
    "dompurify": "^1.0.8",
    "jquery": "^3.3.1",
    "simple-hotkeys": "^1.0.3",
    "simple-module": "^3.0.3",
    "simple-uploader": "^3.0.0"

}
我遇到问题,降了一个版本就好了,2.3.23版本发布只是更新了依赖,

@pfdgithub
Copy link

为什么关闭了 issue ,已经放弃维护了?
从 2.3.23 开始,升级依赖造成的问题一直没解决。
配套的依赖和插件在 npm 和 github 的版本也不一致。
还在维护遗留项目的各位不要浪费时间,尝试更新的版本了,建议锁定在:

"simditor": "2.3.22",
"simple-hotkeys": "1.0.3",
"simple-module": "2.0.6",
"simple-uploader": "2.0.8",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants