Closed martonlederer closed 3 years ago
Some fields were missing from the package.json files and this lead to "Missing package" error when running.
package.json
I added the main field to all package.json files for frameworks, as well as a types field for the react package.
main
types
Thanks @martonlederer 👍
Some fields were missing from the
package.json
files and this lead to "Missing package" error when running.I added the
main
field to allpackage.json
files for frameworks, as well as atypes
field for the react package.