-
Notifications
You must be signed in to change notification settings - Fork 33
Known issues and how to resolve them
When trying to install Postmark in my development environment, the install fails with the following message:
error upath@1.0.4: 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.
Axios details. More details about this can be found here.
You are probably using older version of NodeJS that we don't support.
Postmark.js library is a library running on Node.JS. Cloudfare is running V8 at the moment, and doesn't support NodeJS runtime, therefore the library will not work with it.
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