
I could not able to install : npm install durable-functions

I could not able to install : npm install durable-functions
@UmapathiRayapati-9337 The issue is more towards npm rather than function.Method Not Allowed is a 405 HTTP error. Looks like you are using a version of npm that's been deprecated and the npm service no longer supports. I will recommended you to upgrade to the latest version of npm. If the below command doesn't work then you need to update npm manually.
npm install -g npm
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.
8 people are following this question.