catalinmiron / catalinmiron/react-native-dribbble-app

Error: Cannot find module 'babel-core/register'

Open
#25 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.1k
Forks
398
PR merge metrics
No merged PRs in 30d

Description

Got error when start

module.js:339
throw err;
^

Error: Cannot find module 'babel-core/register'
at Function.Module._resolveFilename (module.js:337:15)
at Function.Module._load (module.js:287:25)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at module.exports (/Users/lirichen/Work/GithubRepo/react-native-dribbble-app/node_modules/react-native/packager/babelRegisterOnly.js:15:3)
at Object. (/Users/lirichen/Work/GithubRepo/react-native-dribbble-app/node_modules/react-native/local-cli/cli.js:11:41)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
Process terminated. Press to close the window

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the startup failure and inspect the React Native packager path shown in node_modules/react-native/packager/babelRegisterOnly.js and node_modules/react-native/local-cli/cli.js. Trace why babel-core/register cannot be resolved and verify that the app starts without this module error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.