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

Error: Cannot find module '@feathersjs/express/errors' #1536

Closed
andysay opened this issue Aug 29, 2019 · 3 comments
Closed

Error: Cannot find module '@feathersjs/express/errors' #1536

andysay opened this issue Aug 29, 2019 · 3 comments

Comments

@andysay
Copy link

andysay commented Aug 29, 2019

internal/modules/cjs/loader.js:775
throw err;
^

Error: Cannot find module '@feathersjs/express/errors'

whats is mean ?? debian 9.8, nodejs 12.9.1, npm 6.10.2

@jnardone
Copy link
Contributor

try ('@feathersjs/express').errorHandler

@daffl
Copy link
Member

daffl commented Aug 31, 2019

That module name has been deprecated a while ago and is not included anywhere in the current documentation. It has been moved to what @jnardone suggested.

@daffl daffl closed this as completed Aug 31, 2019
@andysay
Copy link
Author

andysay commented Sep 1, 2019

@daffl hi, now i fix my errors , and i have next problem

/v4/node_modules/@feathersjs/authentication/lib/hooks/authenticate.js:22
if (!originalSettings || settings.strategies.length === 0) {
^

TypeError: Cannot read property 'length' of undefined

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

3 participants