ethers.js/docs.wrm/troubleshooting/building.wrm

16 lines
227 B
Plaintext
Raw Normal View History

2022-03-08 22:34:47 +03:00
_section: Building @<troubleshooting-building>
@TODO
_subsection: Packages
Sometimes packages get out of sync.
_code:
/home/ethers> rm package-lock.json node_modules/
/home/ethers> rm yarn.lock
/home/ethers> npm install