summernote: Module not found: Error: [CaseSensitivePathsPlugin], jQuery
steps:
-
I faced this problem. Module not found: Error: [CaseSensitivePathsPlugin]
C:\Users\[UserName]\[Something_Dir]\[MyProject]\node_modules\jQuery\dist\jquery.js
does not match the corresponding path on diskjquery
. -
I think its trouble mean -> ‘jquery’ required ‘jQuery’
/dist/summernote-lite.js (line:15)
follow the code.
module.exports = factory(require("jQuery"));
I think its right.
module.exports = factory(require("jquery"));
‘Q’ -> ‘q’
can you check it, please? Thank!
Settings
-
Operating System: Windows 10 and Ubuntu 16.04 LTS
-
Browser and Version: Chrome
-
Summernote Version: v0.8.14 (lite)
-
Package manager: yarn
and… I use these dependencies.
- Vue CLI 3
- jquery^3.4.1
- Please feel free to email me. (essess1541@gmail.com).
screenshot of issue
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 17
- Comments: 31 (8 by maintainers)
Commits related to this issue
- npm pin summernote at 0.8.18 https://github.com/summernote/summernote/issues/3537 — committed to NottingHack/hms2 by dpslwk 3 years ago
- fixes issue #3537 — committed to HoffmannTom/summernote by thomass4t 5 months ago
- Merge pull request #4596 from HoffmannTom/fix-lowercase-uppercase-issue-in-webpack fixes jQuery lower/uppercase issue #3537 and reverts commit b5da43e824ed3aeb7f3d36fcd1038ca28774db48 — committed to summernote/summernote by DiemenDesign 5 months ago
Regressed Issue Popped up again in recent release.
Rollback to v0.8.16 fixes issue.
Error Code. in
node_modules\summernote\dist\summernote-lite.js)
I changed it. ‘jquery’.
It works…!!
check it, please…! Thank you.
woong i had a same issue
OK, I will find it out why.
Fixed in v0.8.15.
same issue
getting same issue since yesterday
0.8.20 - failure. 0.8.18 - works so far
I still have this warnings (after HOTFIX from today 02 Jan 2020) and
Also my editor not working anymore - it throws this error - I suppose both jquery libraries are conflicted somehow:
jquery__WEBPACK_IMPORTED_MODULE_1___default(...)(...).summernote is not a function
Everything starts to work great (no warnings, no errors) when I change every jQuery to jquery in this part:
Still I am using npm and node libraries so I can’t just change what I like there. Any ideas how to fix that?
I’ve built latest release and got exactly same issue. Downgraded back to 0.8.12 and started to work again
webpack@4.41.5, webpack-dev-server@3.10.1
yeah same issue
Im also getting
jquery
jQuery
casing sense errors with 0.8.19 and 0.8.20 have kind back to 0.8.18 and its not complaining any moreLooking at the comments above, The error is clear. How long will it take?? I want to use continue SUMMERNOTE in our service.
It is strange, hopefully someone with more experience with how you are integrating Summernote may be able to help. @lqez @hackerwins @easylogic
I just built the latest release, no errors, checked that it works in a browser, no errors. However, I’m not loading dependencies like you are, but rather the traditional way in html not by requiring them. Can you please make sure it’s actually something to do with Summernote and not something external, thanks.