I have made two pullrequests and both of them have this error.
PR https://github.com/laurent22/joplin/pull/3150
I checked Travis CI and found that error is occuring in Mac and Linux.
On checking the error I found that error is occuring in this path
/home/travis/build/laurent22/joplin/CliClient/tests-build/feature_ForwardBackwardNoteHistory.js
Point to notice
- I am using windows.
- I didn’t made any changes in CliClient
- I didn’t made any changes in two files but these files automatically changed somehow, so I thought it is normal and make the pull request.
File 1:joplin/package-lock.json
File 2:joplin/ReactNativeClient/package-lock.json
So for reverting changes in file I replace them with current version from laurent22/joplin
repo, this removed ReactNativeClient/package-lock.json
file from the PR but package-lock.json
still exists now with more changes.
How to solve this error and remove package-lock.json?