truffle migrate error: Unable to update lock within the stale threshold #5327
Unanswered
hadoanngoc
asked this question in
General Q&A
Replies: 2 comments
-
Commenting out line 131-139 in /node_modules/proper-lockfile/lockfile.js (as shown in the error) did help. But not sure if it has consequences |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @hadoanngoc! I'm not too familiar with the stuff you are using from openzeppelin, is there any chance you can link to a tiny example on GitHub that will allow me to reproduce your problem? I'll try and reproduce it and see if I get any ideas about what might be wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have asked this question in OpenZeppelin forum but not found the solution yet. Hope someone here can help
So I'm running "truffle migrate --network rinkeby" to migrate contracts to the rinkeby network using infura provider. I only suceeded once. After that, (cleared cache, create new project from scratch...) I always get this error
I have followed the suggestion to remove the *.lock file/folder in .openzeppelin folder but still got the error. Also tried to comment out line 306 in polyfills.js file as the error shows, but it is stuck at the deployement. The migration is very simple
Anyone knows the solution?
Beta Was this translation helpful? Give feedback.
All reactions