Skip to content
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

bundling failed: TypeError [ERR_INVALID_ARG_TYPE]: Th e "path" argument must be of type string. Received type boolean/ react native 0.60.4 #25977

Closed
shanematte opened this issue Aug 7, 2019 · 3 comments
Labels
Bug Ran Commands One of our bots successfully processed a command. Stale There has been a lack of activity on this issue and it may be closed soon. Tech: Bundler 📦 This issue is related to the bundler (Metro, Haul, etc) used.

Comments

@shanematte
Copy link

shanematte commented Aug 7, 2019

Hello. Help or who knows prompt how to solve a problem. Updated rect-native for old project (using babel-plugin-module-resolver). An error occurs.

react native 0.60.4

bundling failed: TypeError [ERR_INVALID_ARG_TYPE]: Th e "path" argument must be of type string. Received type boolean

3333

2 days to solve the problem. There are several issues, but they do not help. They suggest to install the version 0.58.x but 64bit support comes with 0.59.x.

By the way if you run the application for the test (app-component-test.js)
<View><Text>started app</Text></View>
Everything works.

But as I connect the directory with my application (/src), this error occurs.

list of modules that I use

    "@shoutem/theme": "^0.11.3",
    "apisauce": "^1.0.3",
    "appcenter": "^2.2.0",
    "google-libphonenumber": "^3.2.3",
    "i": "^0.3.6",
    "intl": "^1.2.5",
    "prop-types": "^15.7.2",
    "react": "16.8.6",
    "react-native": "0.60.4",
    "react-native-camera": "^3.0.1",
    "react-native-code-push": "^5.6.1",
    "react-native-contacts": "^5.0.2",
    "react-native-device-info": "^2.3.2",
    "react-native-easy-toast": "^1.2.0",
    "react-native-gifted-chat": "^0.9.11",
    "react-native-i18n": "^2.0.15",
    "react-native-image-crop-picker": "^0.25.0",
    "react-native-image-gallery": "^2.1.5",
    "react-native-interactable": "^1.0.0",
    "react-native-loader": "^1.2.1",
    "react-native-maps": "^0.25.0",
    "react-native-modal": "^11.3.1",
    "react-native-modal-datetime-picker": "^7.5.0",
    "react-native-modal-wrapper": "^3.1.1",
    "react-native-onesignal": "^3.3.1",
    "react-native-picker-select": "^6.3.0",
    "react-native-popover-tooltip": "^1.1.4",
    "react-native-popup-menu": "^0.15.6",
    "react-native-qrcode-svg": "^5.1.2",
    "react-native-simple-toast": "^0.1.1",
    "react-native-snap-carousel": "^3.8.0",
    "react-native-star-rating": "^1.1.0",
    "react-native-svg": "^9.6.2",
    "react-native-vector-icons": "^6.6.0",
    "react-native-video": "^5.0.0",
    "react-navigation": "^2.18.0",
    "react-redux": "^7.1.0",
    "reactotron": "^0.9.0",
    "reactotron-react-native": "^3.6.4",
    "reactotron-redux": "^3.1.1",
    "redux": "^4.0.4",
    "redux-form": "^8.2.5",
    "redux-logger": "^3.0.6",
    "redux-persist": "^5.10.0",
    "redux-saga": "^1.0.5",
    "redux-saga-routines": "^3.2.0",
    "socket.io-client": "^2.2.0",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/runtime": "^7.5.5",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.8.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "eslint": "^6.1.0",
    "jest": "^24.8.0",
    "metro-react-native-babel-preset": "^0.55.0",
    "react-test-renderer": "16.8.6"
  },

babel.config.js

module.exports = {
  "presets": ["module:metro-react-native-babel-preset"],
  "plugins": [
    [
      "module-resolver",
      {
        "root": ["./src"],
        "extensions": [".js"]
      }
    ]
  ]
};
@shanematte shanematte added the Bug label Aug 7, 2019
@react-native-bot react-native-bot added the Tech: Bundler 📦 This issue is related to the bundler (Metro, Haul, etc) used. label Aug 7, 2019
@react-native-bot
Copy link
Collaborator

Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety?

👉 Click here if you want to take another look at the Bug Report issue template.

@react-native-bot react-native-bot added Ran Commands One of our bots successfully processed a command. Resolution: Needs More Information labels Aug 7, 2019
@stale
Copy link

stale bot commented Nov 5, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 5, 2019
@stale
Copy link

stale bot commented Nov 12, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Nov 12, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Nov 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Ran Commands One of our bots successfully processed a command. Stale There has been a lack of activity on this issue and it may be closed soon. Tech: Bundler 📦 This issue is related to the bundler (Metro, Haul, etc) used.
Projects
None yet
Development

No branches or pull requests

2 participants