You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in Entry module not found: Error: Cannot resolve module 'react/lib/ReactComponentBrowserEnvironment' in /.../graphiql-app-0.4.2
I beleive that's because this component has been moved to react-dom since react 15.1.0. To work-around this issue, I changed the package.js so to stick to this version, and the build worked.
BTW I have another issue when trying to start the app:
Error: ENOENT: no such file or directory, open '/.../graphiql-app-0.4.2/node_modules/electron-prebuilt/path.txt'
The text was updated successfully, but these errors were encountered:
I tried to build the application:
But I got the following error:
I beleive that's because this component has been moved to react-dom since react 15.1.0. To work-around this issue, I changed the package.js so to stick to this version, and the build worked.
BTW I have another issue when trying to start the app:
The text was updated successfully, but these errors were encountered: