"There don't appear to be any changes" even though there are
See original GitHub issueThis is my first time trying to use patch-package. I followed the instructions, but it doesn’t recognize my changes. What am I doing wrong? More details below.
- I added
"postinstall": "patch-package"
insidescripts
inside my project’spackage-json
. - I ran
npm i patch-package
- I modified the package that I had problems with. In particular, I modified this file:
node_modules/react-simple-infinite-scroll/package.json
. - I ran
npx patch-package infinite-scroll
I’m seeing this:
• Creating temporary folder
• Installing react-simple-infinite-scroll@0.0.1 with npm
• Diffing your files with clean files
⁉️ Not creating patch file for package 'react-simple-infinite-scroll'
⁉️ There don't appear to be any changes.
I’m guessing patch-package doesn’t support me modifying package.json
inside a node module?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Can People Change? A Look at What's Realistic - Healthline
In most cases, change doesn't happen until someone wants it for themselves. If they don't seem willing to address problematic behaviors, waiting ...
Read more >If your iCloud Contacts, Calendars, or Reminders won't sync
Open the Calendar app and tap the Calendars tab. Make sure that all iCloud calendars are selected. Change how often your calendars update:...
Read more >Why Facts Don't Change Our Minds | The New Yorker
Why Facts Don't Change Our Minds. New discoveries about the human mind show the limitations of reason. By Elizabeth Kolbert.
Read more >Symptoms - Schizophrenia - NHS
Read about symptoms of schizophrenia, including hallucinations, delusions, confused thoughts and changes in behaviour.
Read more >Track changes in Word - Microsoft Support
No Markup hides the markup to show the document with changes incorporated ... There are multiple ways to address tracked changes. The most...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am having same issue getting (“There don’t appear to be any changes”) with trying to patch
node_modules/@pooltogether/hooks/node_modules/@pooltogether/bnc-onboard/dist/esm/connect-5e218485.js
which technically is not part of the repo I’ve created patch manually but when I try to apply it I’m getting an errorWhat way? 😄