-
Notifications
You must be signed in to change notification settings - Fork 227
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
Error: strict mode: unknown keyword: "afterRequest" #335
Comments
Seeing the same issue with Node v20.10.0. Only reference to |
@austineady @Harsh062 I believe you're getting this error because the version of the |
@Harsh062 @austineady you shouldn't face this error anymore from v3.0.7 onwards. |
I am getting the below error when executing the basic example provided in the docs in my NodeJs project:
Example Code:
httpsnippet version in package.json file: ^3.0.1
NodeJs version: 18.17
I am getting the same error via CLI as well when executing the below command:
httpsnippet example.json --target shell --client curl --output ./examples
The text was updated successfully, but these errors were encountered: