You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: