survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

React and Flux - #402

Closed ankitml closed 8 years ago

ankitml commented 8 years ago

Trying to replicate http://survivejs.com/webpack_react/react_and_flux/

ERROR in ./app/actions/NoteActions.js Module not found: Error: Cannot resolve 'file' or 'directory' ../libs/alt in /Users/ankit/Documents/repos/sandbox/kanban/app/actions

Same error for NoteStores/.js.

This gets resolved by changing ../libs/alt to only alt in both the file/module(s).

Thanks

bebraw commented 8 years ago

@ankitml How did you solve it? Missing file?

ankitml commented 8 years ago

That was a terrible mistake from my side. Please ignore.