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

Not able to use nspell at client side #19

Closed
kapoorruchi opened this issue Jul 7, 2019 · 1 comment
Closed

Not able to use nspell at client side #19

kapoorruchi opened this issue Jul 7, 2019 · 1 comment

Comments

@kapoorruchi
Copy link

I'm trying to require nspell module in a js file and use it on the browser.
However, it is not working and throwing below error.

It is throwing error in index.js or 'node_modules/dictionary-en-us/index.js.
I need a solution for it urgently.

Uncaught TypeError: read is not a function
at one (index.js:15)
at load (index.js:11)
at eval (spellCheck.js:6)
at Object../src/spellCheck.js (bundle.js:818)
at webpack_require (bundle.js:20)
at eval (index.js:5)
at Object../src/index.js (bundle.js:807)
at webpack_require (bundle.js:20)
at eval (webpack:///multi_(:8081/webpack)-dev-server/client?:2:1)
at Object.1 (bundle.js:829)

@wooorm
Copy link
Owner

wooorm commented Jul 9, 2019

nspell does work in the browser. This issue is a duplicate of GH-12 and GH-15.

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

2 participants