trueadm / t7

Lightweight virtual DOM templating library
900 stars 31 forks source link

tests not working in windows environment #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

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
trueadm commented 8 years ago

Fixed in latest push

ghost commented 8 years ago

@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
trueadm commented 8 years ago

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 https://github.com/trueadm/t7/issues/15#issuecomment-148007455.