简体   繁体   中英

unable to run aws-azure-login when installed using npm install aws-azure-login command

when I run npm install aws-azure-login , package is successfully installed but when I try to access, it throws the error( 'aws-azure-login' is not recognized as an internal or external command, operable program or batch file. ) is there anyway to install this package such that all users of the computer can use it.

Please use npm install -g aws-azure-login to install the module globally.

As mentioned, you should run npm install -g aws-azure-login . However, this would install the modules in C:\Users\your_user\AppData\Roaming\npm, which might not be in your PATH. Add this to your PATH environment variable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM