Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Example application in ./example/isotropic not working #44

Open
kiwidamien opened this issue Dec 29, 2017 · 0 comments
Open

Example application in ./example/isotropic not working #44

kiwidamien opened this issue Dec 29, 2017 · 0 comments

Comments

@kiwidamien
Copy link

kiwidamien commented Dec 29, 2017

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:


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'
.....

Possible Solution

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.

Steps to Reproduce (for bugs)

  1. git clone https://github.com/pushtell/react-ab-test.git
  2. cd react-ab-test/examples/isomorphic/
  3. npm install
  4. npm start

Context

Trying to run the example app

Your Environment

  • Version used: npm --version is 5.5.1
  • Browser Name and version: N/A (problem is getting server to launch)
  • Operating System and version (desktop or mobile): Desktop OSX 10.13.2
@kiwidamien kiwidamien changed the title Example appication in ./example/isotropic not working Example application in ./example/isotropic not working Dec 29, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant