trueadm/t7

tests not working in windows environment

Closed this issue · 3 comments

Got a error message telling me that the babel-loader are not loaded, and can't resolve the module 'react'.
I do the same here as in Inferno, and in Inferno this works.

[84] ./~/babel-loader!./tests/tests.js 5.16 kB {0} [built] [1 error]

ERROR in ./~/babel-loader!./tests/tests.js
Module not found: Error: Cannot resolve module 'react' in C:\xxxt7\tests
 @ ./~/babel-loader!./tests/tests.js 29:13-29

Fixed in latest push

@trueadm Not fixed at all, got even worse !!

ERROR in ./~/babel-loader!./tests/tests.js
Module not found: Error: Cannot resolve module 'react' in C:\xampp1\htdocs\t7\tests
 @ ./~/babel-loader!./tests/tests.js 39:13-29

ERROR in ./~/babel-loader!./tests/tests.js
Module not found: Error: Cannot resolve module 'react-dom/server' in C:\xampp1\htdocs\t7\tests
 @ ./~/babel-loader!./tests/tests.js 43:22-49

Make sure you do npm install again.

On Wed, Oct 14, 2015 at 11:32 AM, KFlash notifications@github.com wrote:

@trueadm https://github.com/trueadm Not fixed at all, got even worse !!


Reply to this email directly or view it on GitHub
#15 (comment).