-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
First of all, thanks for sharing the TDD tutorial in details. It will be greatly help for beginner to pick up React Native using the TDD approach.
I clone the git repo locally and execute "npm install" then "npm test" in Windows 7, NodeJs v6.3.1 and Npm v3.10.3, it return the following error:
Error: Cannot find module './../components/registerComponent'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object. (authContainer.js:2:1)
at Module._compile (module.js:541:32)
at loader (C:\dev\ws\react-native\React-Native-TDD-Tutorial\node_modules\babel-register\lib\node
.js:148:5)
Please help. Thank you.
Reactions are currently unavailable