-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when i installed. #6
Comments
|
I'm not sure... I'll take a look tomorrow.
… On Jan 17, 2017, at 2:26 AM, Hasan Mumin ***@***.***> wrote:
node: { fs: 'empty', net: 'empty', module: 'empty' }
added to webpack config errors are fixed. But now another error;
Uncaught TypeError: Cannot read property 'length' of undefined
at Object. (node.js:60)
at Object. (node.js:213)
at webpack_require (bootstrap c94c238…:555)
Here is webpack config.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Glad you got the first error resolved. Unfortunately I don't have enough context to help on the second (the branch you linked me to doesn't seem to mention this package). |
ERROR in ./
/babel-core/lib/api/node.js/babel-core/lib/api/node.js 58:10-23Module not found: Error: Cannot resolve module 'fs' in /Users/hasanmumin/Development/robe-react-ui/node_modules/babel-core/lib/api
@ ./
ERROR in ./
/babel-core/lib/transformation/file/options/build-config-chain.js/babel-core/lib/transformation/file/options/build-config-chain.js 31:10-23Module not found: Error: Cannot resolve module 'fs' in /Users/hasanmumin/Development/robe-react-ui/node_modules/babel-core/lib/transformation/file/options
@ ./
ERROR in ./
/babel-core/lib/helpers/resolve.js/babel-core/lib/helpers/resolve.js 34:14-31Module not found: Error: Cannot resolve module 'module' in /Users/hasanmumin/Development/robe-react-ui/node_modules/babel-core/lib/helpers
@ ./
ERROR in ./
/convert-source-map/index.js/convert-source-map/index.js 2:9-22Module not found: Error: Cannot resolve module 'fs' in /Users/hasanmumin/Development/robe-react-ui/node_modules/convert-source-map
@ ./
ERROR in ./
/debug/node.js/debug/node.js 167:15-28Module not found: Error: Cannot resolve module 'fs' in /Users/hasanmumin/Development/robe-react-ui/node_modules/debug
@ ./
ERROR in ./
/debug/node.js/debug/node.js 174:16-30Module not found: Error: Cannot resolve module 'net' in /Users/hasanmumin/Development/robe-react-ui/node_modules/debug
@ ./
The text was updated successfully, but these errors were encountered: