mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-27 01:46:02 +03:00
[GH-ISSUE #945] fail some postinstall check of electron-react-boilerplate #450
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#450
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seiry on GitHub (Mar 19, 2022).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/945
When running the build check after adding the package to a project created by
https://github.com/electron-react-boilerplate, an error will occur.for there is a dep package check in the
postinstall.github.com/electron-react-boilerplate/electron-react-boilerplate@8aa6ff54cf/.erb/configs/webpack.config.renderer.dev.dll.ts (L34)For there's no
mainfiled in thepackage.json, and according the the doc [https://docs.npmjs.com/cli/v8/configuring-npm/package-json#main], it will beindex.jsin default.And, obviously, there's no
index,js.@seiry commented on GitHub (Mar 19, 2022):
I've created a pr to fix