Cannot resolve module 'redux-auth/default-theme' #1152

Closed
opened 2025-08-09 17:19:04 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @tonven on 12/28/2016

Hi. I used aspnetcore-spa generator with react-redux.
Iinstalled npm package redux-auth.
After it I updated Home. tsx file:

import * as React from 'react';
import { EmailSignUpForm } from "redux-auth/default-theme";
export default class Home extends React.Component<any, void> {
    public render() {
        return <div>
            <EmailSignUpForm />;
        </div>;
    }
}

But now I am getting error when trying to run webpack:
Cannot find module 'redux-auth/default-theme'.
Is there anything I forgot to do?
Thank you in advance.

*Originally created by @tonven on 12/28/2016* Hi. I used aspnetcore-spa generator with react-redux. Iinstalled npm package redux-auth. After it I updated Home. tsx file: ``` import * as React from 'react'; import { EmailSignUpForm } from "redux-auth/default-theme"; export default class Home extends React.Component<any, void> { public render() { return <div> <EmailSignUpForm />; </div>; } } ``` But now I am getting error when trying to run webpack: Cannot find module 'redux-auth/default-theme'. Is there anything I forgot to do? Thank you in advance.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1152
No description provided.