-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid 'main' key #103
Comments
@mikeedwards could you help us please with this? |
We can also use patch-package, but still... |
Can a new version be released please? |
This issue happened when we wanted to upgrade Node 14 to Node 16. The package.json field needs an update for the main field to have it working correctly with Node 16 as per this deprecation but until that happens, one can follow a workaround as explained here. Before:
After:
The above code is from the gulp file but it works if you run this command in the terminal too. |
Expected Behavior
Simply run the program
Actual Behavior
Gor error for invalid 'main' key in package.json
Steps to Reproduce
po2json input.po outpuit.po
Additional Data
Can you please make a new release containing this latest fix?
51e2310
The text was updated successfully, but these errors were encountered: