-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add "PATCH" to HTTPMethod type #1778
Conversation
Could you also add a test in cli/types/tests/kitchen-sink.ts please? To make sure the PATCH is accepted |
Sure thing
…On Fri, May 25, 2018 at 12:07 PM Gleb Bahmutov ***@***.***> wrote:
Could you also add a test in cli/types/tests/kitchen-sink.ts please? To
make sure the PATCH is accepted
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1778 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcV1tvlv6ou4IiwOWy0pXTmUexyg3BYZks5t2FaGgaJpZM4UObaA>
.
|
Sorry guys have been busy. working on it now |
Seeing errors when running npm install (using Node v8.2.1 and NPM 5.3.0). Is there something I'm missing here..? |
This is a common issue with npm in the Googling this: https://www.google.com/search?q=.dezalgo.DELETE&oq=.dezalgo.DELETE&aqs=chrome..69i57.231j0j7&sourceid=chrome&ie=UTF-8 |
delete node_modules and packages folder and git reset to the head. This will revive packages folder sans node_modules. Repeat |
Ahhh very clever
…On Thu, May 31, 2018 at 10:07 AM Erica Gucciardo ***@***.***> wrote:
@naseem-qadium <https://github.com/naseem-qadium>
delete node_modules and packages folder and git reset to the head. This
will revive packages folder sans node_modules. Repeat npm install. i
upgraded to 6.1.0 but i dont think that makes a big difference as long as
you wipe out node modules first.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1778 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcV1tlkqzV2i5TwGCiAXhmvhlcVNgF6Qks5t4CNigaJpZM4UObaA>
.
|
doing this addition in #1874 |
One liner to support the PATCH Http Method:
https://restfulapi.net/http-methods/#patch