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

trying to add nspell to DevExpress RichEdit .net core #51

Open
dlwennblom opened this issue Jan 13, 2025 · 0 comments
Open

trying to add nspell to DevExpress RichEdit .net core #51

dlwennblom opened this issue Jan 13, 2025 · 0 comments

Comments

@dlwennblom
Copy link

I'm getting an error trying to create the bundle:

npx webpack --mode production --config=node_modules/devexpress-richedit/bin/nspell.webpack.config.js
assets by status 42.6 KiB [cached] 2 assets
runtime modules 1.83 KiB 8 modules
modules by path ./node_modules/nspell/lib/ 26.1 KiB
modules by path ./node_modules/nspell/lib/util/.js 13.6 KiB
./node_modules/nspell/lib/util/affix.js 5.84 KiB [built] [code generated]
./node_modules/nspell/lib/util/rule-codes.js 571 bytes [built] [code generated]
./node_modules/nspell/lib/util/form.js 1.21 KiB [built] [code generated]
+ 7 modules
modules by path ./node_modules/nspell/lib/
.js 12.5 KiB
./node_modules/nspell/lib/index.js 1.48 KiB [built] [code generated]
./node_modules/nspell/lib/correct.js 172 bytes [built] [code generated]
./node_modules/nspell/lib/suggest.js 8.24 KiB [built] [code generated]
./node_modules/nspell/lib/spell.js 557 bytes [built] [code generated]
+ 5 modules
./node_modules/devexpress-richedit/bin/nspell-index.js 551 bytes [built] [code generated]
./node_modules/is-buffer/index.js 301 bytes [built] [code generated]

ERROR in ./node_modules/devexpress-richedit/bin/nspell-index.js 9:0-44
Module not found: Error: Package path ./index.aff is not exported from package C:\Users\ContractorOne\source\repos\DevExtremeAspNetCoreApp1\DevExtremeAspNetCoreApp1\node_modules\dictionary-en (see exports field in C:\Users\ContractorOne\source\repos\DevExtremeAspNetCoreApp1\DevExtremeAspNetCoreApp1\node_modules\dictionary-en\package.json)

ERROR in ./node_modules/devexpress-richedit/bin/nspell-index.js 10:0-44
Module not found: Error: Package path ./index.dic is not exported from package C:\Users\ContractorOne\source\repos\DevExtremeAspNetCoreApp1\DevExtremeAspNetCoreApp1\node_modules\dictionary-en (see exports field in C:\Users\ContractorOne\source\repos\DevExtremeAspNetCoreApp1\DevExtremeAspNetCoreApp1\node_modules\dictionary-en\package.json)

webpack 5.97.1 compiled with 2 errors in 507 ms

Any feedback is greatly appreciated

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

No branches or pull requests

1 participant