-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Table of Contents
- Expected Behavior
- Current Behavior
- Possible Solution
- Steps to Reproduce (for bugs)
- Context
- Your Environment
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)
git clone https://github.com/pushtell/react-ab-test.gitcd react-ab-test/examples/isomorphic/npm installnpm start
Context
Trying to run the example app
Your Environment
- Version used:
npm --versionis 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
Metadata
Metadata
Assignees
Labels
No labels