Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: can't load module error when app is packaged
due to change in node.js(nodejs/node#17076) internalModuleReadFile has been renamed to internalModuleReadJSON, and in vendor/node/lib/internal/modules/cjs/loader.js it will call internalModuleReadJSON and result in can't read the package.json file.
- Loading branch information