Blog Posts
Electron Build Tools `ERROR Error: Failed to run "choco install pywin32 --yes"`
- Tan Shuai
- Software Development
- 08 Sep, 2021
When working with Electron Build Tools, you might encounter an error related to the installation of pywin32 via Chocolatey. This can be frustrating, especially when it's a required dependency for you
Read MoreGet current commit id of Git and update to package.json
- Tan Shuai
- Software Development
- 21 Aug, 2021
When developing a Node.js project, you may want to keep track of the current commit ID of your Git repository. This information can be useful for debugging, versioning, or deployment purposes. One wa
Read More