zsh: command not found: ohpm
在Harmony OS 开发的时候,安装第三方控件的时候,报zsh: command not found: ohpm。
打开发现ohpm是已经安装好了,但是Terminal报zsh: command not found: ohpm。
解决:
增加环境变量:
$> vim .zshrc
然后进入insert模式
export OHPM_HOME=/Users/您的用户名/Library/Huawei/ohpm
export PATH=${PATH}: ${OHPM_HOME}/bin
:wr回车
三方库:
https://gitee.com/openharmony-tpc/tpc_resource
https://repo.harmonyos.com/#/cn/home
安装:
ohpm install @ohos/lottie
道法自然