-
Notifications
You must be signed in to change notification settings - Fork 33
Known issues and how to resolve them
Igor Balos edited this page May 25, 2021
·
15 revisions
When trying to install Postmark in my development environment, the install fails with the following message:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
possible resolution:
check out:
Removing lock files might solve the problem above.
Can happen when running tests with jest and using postmark client. Jest runs by default in jsdom mode so it has a window. When changed jest to run in node, this error went away. Apparently, Axios is doing something funny in a browser context.
For additional information about the capabilities of the Postmark API, see Postmark Developers Documentation.
- Overview
- Migration from older version
- Getting started
- Email sending
- Bounces
- Templates
- Templates Push
- Server
- Servers
- Message Streams
- Webhooks
- Messages
- Domains
- Sender Signatures
- Stats
- Trigger Inbound Rules
- Suppressions
- Data Removal
- Embedding images in emails
- Error Handling
- Handling Web Hooks
- Mocking requests
- Troubleshooting
- Known issues and how to resolve them