Closed stephaniehobson closed 8 years ago
It looks like it can't find the routes/index.jsx
file. Not sure why.
You could try to import it directly:
import routes from 'routes/index.jsx';
Instead of
import routes from 'routes';
There could be a typo in the filename also, or the NODE_PATH
that's set isn't being honored properly.
Thanks! I totally lost my place on this over the holidays, picking it up again now :)
The tutorial is very clear and sounds like it does exactly what I want but I'm getting this error trying to run
npm start
and I'm not sure how to progress :( Any help appreciated, thanks!