Sheherezadhe / awair-uploader

GNU General Public License v3.0
121 stars 57 forks source link

"npm: command not found" after "clone the repository" Intel Mac #20

Open Crypto936 opened 2 years ago

Crypto936 commented 2 years ago

After running:

git clone https://github.com/Sheherezadhe/awair-uploader.git Cloning into 'awair-uploader'... remote: Enumerating objects: 89, done. remote: Counting objects: 100% (89/89), done. remote: Compressing objects: 100% (68/68), done. remote: Total 89 (delta 18), reused 85 (delta 17), pack-reused 0 Unpacking objects: 100% (89/89), done.

I get the error:

path-to-directory-example:awair-uploader user$ npm install -bash: npm: command not found

And cannot proceed.

This is on an Intel MacOS running 10.11.6. I am new to GitHub. But a dedicated Awair Element user & would like to help the community. Thanks.

biohazd commented 2 years ago

Install npm

“brew install npm”