नोड_मॉड्यूल \ uuidv4 \ build \ lib \ uuidv4.js से मॉड्यूल उपयोग को हल करने में असमर्थ: उपयोग परियोजना के भीतर नहीं पाया जा सका

Aug 18 2020

मैंने package.json में अपने मॉड्यूल्स को अपडेट कर दिया है और मुझे अब त्रुटि मिल रही है "नोड_modules \ uuidv4 \ build \ lib \ uuidv4.js से मॉड्यूल उपयोग को हल करने में असमर्थ: उपयोग प्रोजेक्ट के भीतर नहीं मिल सका।"

नीचे दिए गए चरणों में, मैंने # 2 किया है। मैं # 1 के लिए चौकीदार का उपयोग नहीं कर रहा हूं, मैं # 3 के लिए यार्न के बजाय npm का उपयोग कर रहा हूं, और मुझे नहीं पता कि # 4 किस पथ का उल्लेख कर रहा है। यहाँ मेरा पूरा आउटपुट है।

PS C: \ Dev \ myProj> प्रतिक्रिया-मूल बंडल --platform android --dev false --entry-file index.js --bundle-output android / app / src / main / आस्तियों / index.android.bundle - एसेट-डेस्ट एंड्रॉइड / ऐप / src / main / res /

(नोड: 16148) चेतावनी: परिपत्र निर्भरता के अंदर मॉड्यूल निर्यात की गैर-मौजूद संपत्ति 'पैडलेवल्स' तक पहुंच ( node --trace-warnings ...यह दिखाने के लिए उपयोग करें कि चेतावनी कहां बनाई गई थी) आपका स्वागत है प्रतिक्रियाशील मूल निवासी! एक बार सीखो, कहीं भी लिखो

त्रुटि को हल करने में असमर्थ मॉड्यूल utilसे node_modules\uuidv4\build\lib\uuidv4.js: util परियोजना के भीतर नहीं पाया जा सका।

यदि आप सुनिश्चित हैं कि मॉड्यूल मौजूद है, तो इन चरणों का प्रयास करें:

  1. चौकीदार क्लीयर देखता है: चौकीदार घड़ी-डेल-ऑल
  2. नोड_मॉड्यूल हटाएं: आरएम -आरएफ नोड_मॉड्यूल्स और रन यार्न इंस्टॉल करें
  3. मेट्रो की कैश को रीसेट करें: यार्न स्टार्ट --reset-cache
  4. कैश निकालें: rm -rf / tmp / metro- *। अधिक विवरण के लिए CLI --verbose ध्वज के साथ चलाएँ। त्रुटि: मॉड्यूल utilसे हल करने में असमर्थ node_modules\uuidv4\build\lib\uuidv4.js: उपयोग परियोजना के भीतर नहीं पाया जा सकता है।

यदि आप सुनिश्चित हैं कि मॉड्यूल मौजूद है, तो इन चरणों का प्रयास करें:

  1. चौकीदार क्लीयर देखता है: चौकीदार घड़ी-डेल-ऑल
  2. नोड_मॉड्यूल हटाएं: आरएम -आरएफ नोड_मॉड्यूल्स और रन यार्न इंस्टॉल करें
  3. मेट्रो की कैश को रीसेट करें: यार्न स्टार्ट --reset-cache
  4. कैश निकालें: rm -rf / tmp / metro- * ModuleResolver.resolve पर निर्भरता (C: \ Dev \ myProj \ नोड_modules \ metro \ src \ नोड-जल्दबाजी / DependencyGraph \ ModuleResolution.js: 186: 15) पर समाधानRequest.resolve करें। C: \ Dev \ myProj \ node_modules \ metro \ src \ node-haste \ DependencyGraph \ ResolutionRequest.js: 52: 18) पर निर्भरता Graph.resolveD dependency (C: \ Dev \ myProj \ नोड_modules \ metro \ src \ नोड-जल्दबाजी-निर्भरता) .js: 287: 16) Object.resolve (C: \ Dev \ myProj \ node_modules \ metro \ src \ lib \ transformHelpers.js: 267: 42) C: \ Dev's MyProj \ node_modules \ मेट्रो \ src \ DeltaBundler पर। \ traverseDependencies.js: 434: 31 बजे Array.map () में समाधान पर निर्भरताएँ (C: \ Dev \ myProj \ नोड_modules \ metro \ src \ DeltaBundler \ travDD dependencies.js: 431: 18) C: \ Dev \ myProj \ नोड_modules मेट्रो \ src \ DeltaBundler \ traverseD dependencies.js: 275: 33 at जनरेटर.next () atyncGeneratorStep (C: \ Dev \ myProj \ नोड_modules \ metrc \ src \ DeltaBundler \ traverseD dependencies.js: 87): 24)

यहाँ मेरा पैकेज है। json फ़ाइल

{
  "name": "myproj",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "react-native start",
    "prettier": "prettier --write '*.js' 'src/**/*.js'",
    "test": "jest",
    "lint": "eslint .",
    "android": " cd android && ./gradlew clean && cd .. && react-native run-android",
    "ios": "react-native run-ios"
  },
  "dependencies": {
    "@react-native-community/async-storage": "^1.11.0",
    "@react-native-community/cameraroll": "^4.0.0",
    "@react-native-community/geolocation": "^2.0.2",
    "@react-native-community/masked-view": "^0.1.10",
    "@react-native-firebase/app": "^8.3.1",
    "@react-native-firebase/auth": "^8.3.3",
    "@react-native-firebase/messaging": "^7.7.1",
    "@skele/components": "^1.0.0-alpha.40",
    "axios": "^0.19.2",
    "base-64": "^0.1.0",
    "crypto-js": "^4.0.0",
    "expo-av": "~8.4.0",
    "expo-blur": "^8.1.2",
    "expo-camera": "^8.3.1",
    "expo-constants": "~9.1.1",
    "expo-facebook": "~8.2.1",
    "expo-file-system": "^9.1.0",
    "expo-firebase-recaptcha": "^1.1.3",
    "expo-image-picker": "~8.4.0",
    "expo-localization": "~8.2.1",
    "expo-location": "~8.3.0",
    "expo-permissions": "^9.1.0",
    "firebase": "7.18.0",
    "formik": "^2.1.5",
    "i18n-js": "^3.7.1",
    "invert-color": "^2.0.0",
    "jest-haste-map": "^26.3.0",
    "jest-serializer": "^26.3.0",
    "jest-worker": "^26.3.0",
    "lodash": "^4.17.20",
    "lodash.isequal": "^4.5.0",
    "lodash.memoize": "^4.1.2",
    "mobx": "^5.15.6",
    "mobx-react": "^6.2.5",
    "moment": "^2.27.0",
    "oauth-1.0a": "^2.2.6",
    "react": "16.13.1",
    "react-native": "0.63.2",
    "react-native-actionsheet": "^2.4.2",
    "react-native-animatable": "^1.3.3",
    "react-native-app-intro-slider": "^4.0.4",
    "react-native-appearance": "~0.3.4",
    "react-native-autogrow-textinput": "^5.4.0",
    "react-native-button": "^3.0.1",
    "react-native-confirmation-code-field": "^6.5.0",
    "react-native-dialog-input": "^1.0.8",
    "react-native-fast-image": "^8.3.2",
    "react-native-fbsdk": "2.0.0",
    "react-native-geocoding": "^0.4.0",
    "react-native-gesture-handler": "^1.7.0",
    "react-native-get-random-values": "^1.4.0",
    "react-native-google-places-autocomplete": "^1.8.0",
    "react-native-image-crop-picker": "^0.32.2",
    "react-native-image-filter-kit": "^0.7.3",
    "react-native-image-picker": "^2.3.3",
    "react-native-image-progress": "^1.1.1",
    "react-native-image-view": "^2.1.9",
    "react-native-indicators": "^0.17.0",
    "react-native-iphone-x-helper": "^1.2.1",
    "react-native-keyboard-aware-scroll-view": "^0.9.2",
    "react-native-keyboard-aware-view": "0.0.14",
    "react-native-keyboard-input": "^6.0.2",
    "react-native-keyboard-tracking-view": "^5.7.0",
    "react-native-localize": "^1.4.1",
    "react-native-maps": "0.27.1",
    "react-native-modal": "^11.5.6",
    "react-native-modal-patch": "git+https://github.com/HarvestProfit/react-native-modal-patch.git",
    "react-native-modalbox": "^2.0.0",
    "react-native-phone-input": "^0.2.4",
    "react-native-popup-menu": "^0.15.9",
    "react-native-progress": "^4.1.2",
    "react-native-reanimated": "^1.13.0",
    "react-native-safe-area-context": "^3.1.4",
    "react-native-screens": "^2.10.1",
    "react-native-search-box": "0.0.19",
    "react-native-slider": "^0.11.0",
    "react-native-splash-screen": "^3.2.0",
    "react-native-swiper": "^1.6.0-nightly.5",
    "react-native-unimodules": "^0.10.1",
    "react-native-vector-icons": "7.0.0",
    "react-native-video": "^5.0.2",
    "react-native-view-more-text": "^2.1.0",
    "react-native-webview": "^10.7.0",
    "react-navigation": "^4.4.0",
    "react-navigation-drawer": "^2.5.0",
    "react-navigation-redux-helpers": "^4.0.1",
    "react-navigation-stack": "^2.8.2",
    "react-navigation-tabs": "^2.9.0",
    "react-redux": "^7.2.1",
    "redux": "^4.0.5",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "remote-redux-devtools": "^0.5.16",
    "uuidv4": "^6.2.2"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/runtime": "^7.11.2",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.3.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "eslint": "7.7.0",
    "jest": "^26.4.0",
    "metro-react-native-babel-preset": "^0.62.0",
    "prettier": "2.0.5",
    "react-test-renderer": "16.13.1"
  },
  "jest": {
    "preset": "react-native"
  }
}

जवाब

1 ChrisEaheart Aug 18 2020 at 20:31

मुझे वापस रोल करना था:

"uuidv4": "^ 5.0.1"

Bhupesh Aug 18 2020 at 14:04

नोड-मॉड्यूल फ़ोल्डर को अपनी परियोजना से हटा दें और उसके बाद इसे फिर से बनाने के लिए npm-install चलाएं । इसने मेरे लिए काम किया।