The wacloud npm package can be installed using the below npm command npm i wacloud Install specific version The particular version can be requested by appending a @ followed by the version number, for example npm i wacloud@1.0.0 Build locally To build wacloud locally, first you need to clone it from github git clone https://github.com/yashkolambekar/wacloud From the root of the project, navigate to /package folder cd package Now install the npm dependencies npm install We need to build the package npm run build The files now will be available in the /dist folder which can be copied and used in your projects anywhere. (Idk why you would want to do this, but in case you want to, I just told you how to do it)