Windows10 터미널에 Azure Functions CLI 설치
1772 단어 AzureAzureFunctionsWindows10
환경
Windows10:1703(OS 빌드 15063.850)
노드: v8.9.4
npm:5.6.0
Node와 npm이 들어 있지 않은 경우는 이 절차 실시
절차
여기 에 있는 단계를 수행합니다.
설치
cmd.exe>npm i -g azure-functions-cli
출력 메시지npm WARN deprecated [email protected]: WARNING: This package has been renamed to azure-functions-core-tools. See https://github.com/Azure/azure-functions-cli/issues/92 for more info
C:\Users\kahori_takeda\AppData\Roaming\npm\azurefunctions -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
C:\Users\kahori_takeda\AppData\Roaming\npm\func -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
C:\Users\kahori_takeda\AppData\Roaming\npm\azfun -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
+ [email protected]
added 1 package in 13.617s
별칭 설정
cmd.exe>func
cmd.exe>azfun
그리고는 세세한 설정같기 때문에… 우선 여기까지로 좋은 생각이 든다.
Reference
이 문제에 관하여(Windows10 터미널에 Azure Functions CLI 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/taketakekaho/items/c3146510f26e62e0836e
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
여기 에 있는 단계를 수행합니다.
설치
cmd.exe
>npm i -g azure-functions-cli
출력 메시지
npm WARN deprecated [email protected]: WARNING: This package has been renamed to azure-functions-core-tools. See https://github.com/Azure/azure-functions-cli/issues/92 for more info
C:\Users\kahori_takeda\AppData\Roaming\npm\azurefunctions -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
C:\Users\kahori_takeda\AppData\Roaming\npm\func -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
C:\Users\kahori_takeda\AppData\Roaming\npm\azfun -> C:\Users\kahori_takeda\AppData\Roaming\npm\node_modules\azure-functions-cli\lib\main.js
+ [email protected]
added 1 package in 13.617s
별칭 설정
cmd.exe
>func
cmd.exe
>azfun
그리고는 세세한 설정같기 때문에… 우선 여기까지로 좋은 생각이 든다.
Reference
이 문제에 관하여(Windows10 터미널에 Azure Functions CLI 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/taketakekaho/items/c3146510f26e62e0836e텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)