Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Uncaught Error: Cannot find module 'react-for-atom' #163

Closed
bdubaut opened this issue Aug 7, 2015 · 2 comments
Closed

Uncaught Error: Cannot find module 'react-for-atom' #163

bdubaut opened this issue Aug 7, 2015 · 2 comments

Comments

@bdubaut
Copy link

bdubaut commented Aug 7, 2015

After updating Nuclide I now get this error when I am launching Atom: module.js:330

Stack trace:

Error: Cannot find module 'react-for-atom'
    at Module._resolveFilename (module.js:328:15)
    at Function.Module._resolveFilename (/Applications/Atom.app/Contents/Resources/app.asar/src/module-cache.js:383:52)
    at Function.Module._load (module.js:270:25)
    at Module.require (module.js:357:17)
    at require (module.js:376:17)
    at Object.<anonymous> (/Users/bertrand.dubaut/.atom/packages/nuclide-diagnostics-ui/lib/gutter.js:20:13)
    at Module._compile (module.js:452:26)
    at Object.loadFile [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/babel.js:163:21)
    at Module.load (module.js:347:32)
    at Function.Module._load (module.js:302:12)
@bolinfest
Copy link
Contributor

My bad: I broke this with 45463cc. react-for-atom should have been listed in dependencies rather than devDependencies.

@bolinfest
Copy link
Contributor

Fixed in cbe6321. Pushing a release now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants