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.

resolveOwn in config/paths.js is undefined after running eject

See original GitHub issue

I ran npm run eject and looked at config/paths.js to find linting errors about resolveOwn being undefined

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
EnoahNetzachcommented, Oct 28, 2016

@gaearon I’m doing this 😉

0reactions
gaearoncommented, Feb 24, 2017

Does it mean that, without having the fix applied, we can safely remove the part that uses resolveOwn from the ejected paths.js?

Yes

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot create React App - javascript - Stack Overflow
I wrote over the paths in the ejected config/paths.js like this: ... But when I run the command "node scripts/start.js" to start the...
Read more >
Build a scalable front-end with Rush monorepo and React
Open packages/react-scripts/config/paths.js and replace the file content ... properties only exist before ejecting: ownPath: resolveOwn('.
Read more >
Renovate Bot Package Diff
+ return resolveFn(`${filePath}.js`);. 74. + };. 75. +. 49. 76. // config after eject: we're in ./config/. 50. 77. module.exports = {.
Read more >
CRA Browser Extension - Bartekus.com
Run it instead of the "start" script of your app for a nice development environment. ... diff --git a/node_modules/react-scripts/config/paths.js ...
Read more >
Ejecting `create-react-app` to Support Multiple Scripts in a ...
We actually want two different, unrelated outputs when we run npm run ... about two files: config/webpack.config.js and config/paths.js .
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