question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to resolve module '..utils'

See original GitHub issue

Hello, I’ve been experimenting with this package and after I finally got the react-native-gesture-handler to cooperate, this package turned up with this error

Currently using this version of the package "react-native-reanimated": "^1.1.0",

It seems like a specific file related to the reanimated package is missing a reference or failed to install it onto my system image

What I’m trying to implement into my project is react-native-tab-view, however I can’t seem to identify the problem here so I would love some help

EDIT: I went and looked in my node_modules folder and the folder is there, which means the installation was not a problem

I guess that this line of code would be needed in the AnimatedClock file somewhere import utils from '../utils'

Although I’m not using the AnimatedClock anywhere in my project I’m confused as to why this error happens

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
kagawagaocommented, Jun 26, 2019

you may need to reset metro cache, try this command:

npm start -- --reset-cache
0reactions
jakub-gonetcommented, Nov 22, 2019

Hey @Lakeyour, thanks for submitting this issue and I hope solutions provided by @kagawagao and @GNPhoque resolves your problem 🙂

I’m closing it, but if you have further questions feel free to reopen

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to resolve module util from node_modules\uuidv4 ...
error Unable to resolve module util from node_modules\uuidv4\build\lib\uuidv4.js : util could not be found within the project.
Read more >
Error: Unable to resolve module `util` – Split Help Center
Running bundle using React Native and Javascript SDK causes an error. Bundling failed: Error: Unable to resolve module `util`.
Read more >
unable to resolve module @react-native-firebase/messaging
I'm a bit lost here, I receive the following error while trying to build an android project (same happens when trying to build...
Read more >
Troubleshooting | React Navigation
I'm getting an error "Unable to resolve module" after updating to the latest version​. This might happen for 3 reasons: Stale cache of...
Read more >
cannot find module [Node npm Error Solved] - freeCodeCamp
To fix the error, you need to install the package that is absent in your project directory – npm install package-name or yarn...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found