-
Notifications
You must be signed in to change notification settings - Fork 1
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
req help, unexpected token error #16
Comments
I get similar experience, using v1.0.2
|
@lance1997 What is your node.js version? it looks like your version does not support @rikongha You have a different error: your request file has invalid syntax (you probably forgot the HTTP version at the end) |
NodeJS Version is 16 |
|
Very strange, cannot reproduce the issue. I'll look into this |
Is this the answer? |
Describe the bug
I installed the req command and tried it, had the following error.
To Reproduce
Steps to reproduce the behavior:
npm i -g req-cli
GET https://api.github.com/users/SiddharthShyniben
req run sample
req help
Expected behavior
A request should be sent with results on the github user's profile.
Versions (please complete the following information):
req
: req version also gives the same error so cannot give detail here on the version of req in useThe text was updated successfully, but these errors were encountered: