Josh Buckley
Josh Buckley
+1 I had the same issue (using facebook-token, user logs in again from another browser/device, and app attempts to create duplicate user), and the `user.create` to `user.findOrCreate` solution solved it.
I had the same/similar issue, which was resolved by upgrading to npm 3. I've got `codemirror` and `react-codemirror` as project dependencies. Under npm 2, I had 2 copies of `codemirror`...
@balkonsmoke: Did you find a solution to this? I'm having a related issue. --- When running my project (through webpack), I'm getting this in my terminal: ``` [0] ./~/react-codemirror/src/codemirror.js [0]...
@kelchm That pull request would remove the original source code! @JedWatson Perhaps adding the `src` dir to `.npmignore` and republishing would help?