Closed pavlelekic closed 9 years ago
To run the example app:
cd example npm install gulp serve
I've updated the README with these instructions.
Im following the README with the given instruction but I can't run the example
here are the logs
[22:40:52] Using gulpfile ~\Downloads\react-mini-router-master\example\gulpfile.js
[22:40:52] Starting 'react'...
[22:40:52] Starting 'watch'...
[22:40:52] Finished 'watch' after 16 ms
[22:40:52] Finished 'react' after 44 ms
[22:40:52] Starting 'serve'...
[22:40:52] Finished 'serve' after 1.52 ms
[gulp] [nodemon] 1.9.1
[gulp] [nodemon] to restart at any time, enter rs
[gulp] [nodemon] watching: C:\Users\Yofret\Downloads\react-mini-router-master\example\app/*/
[gulp] [nodemon] starting node server.js
module.js:338
throw err;
^
Error: Cannot find module 'react'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.
Any Ideas what might be wrong?
I have Ubuntu 14.04 with node version v0.10.37. Here is what I get when I run 'npm install':
Here is the npm debug log:
Please advise. Thanks. Pavle