We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the instructions for installing the example application in ./example/isomorphic should work out of the box.
./example/isomorphic
Throws error message:
ERROR in Entry module not found: Error: Cannot resolve module 'transform' in [redacted]/react-ab-test/examples/isomorphic module.js:557 throw err; ^ Error: Cannot find module 'babel-core/register' .....
It seems like a package.json problem. I tried the following
$ npm install babel-core $ npm install babel-plugin-transform-class-properties --save
which changed the error, but doesn't resolve it.
Simply running $ webpack --config webpack.example.config.js; seems to duplicate the main error.
$ webpack --config webpack.example.config.js;
git clone https://github.com/pushtell/react-ab-test.git
cd react-ab-test/examples/isomorphic/
npm install
npm start
Trying to run the example app
npm --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Table of Contents
Expected Behavior
Following the instructions for installing the example application in
./example/isomorphic
should work out of the box.Current Behavior
Throws error message:
Possible Solution
It seems like a package.json problem. I tried the following
which changed the error, but doesn't resolve it.
Simply running
$ webpack --config webpack.example.config.js;
seems to duplicate the main error.
Steps to Reproduce (for bugs)
git clone https://github.com/pushtell/react-ab-test.git
cd react-ab-test/examples/isomorphic/
npm install
npm start
Context
Trying to run the example app
Your Environment
npm --version
is 5.5.1The text was updated successfully, but these errors were encountered: