赞
踩
根据教程使用ohpm下载axios包的时候指示
- PS D:\xxxxx\knowledge_demo_entainment\FA\weather-forecast> ohpm
- ohpm : The term 'ohpm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a p
- ath was included, verify that the path is correct and try again.
- At line:1 char:1
- + ohpm
- + ~~~~
- + CategoryInfo : ObjectNotFound: (ohpm:String) [], CommandNotFoundException
- + FullyQualifiedErrorId : CommandNotFoundException
-
也就是说ohpm这个命令并不存在,大概率是要配环境变量了。
点击编辑器 File -> Settings,然后在如下界面,找到路径 F:\ohpm-setup
进入到该文件夹中,有一个init.bat的文件,运行它,得到了结果
理论上来讲,应该是没有问题了。
参考这个文章吧,图太多就不打算一个一个截了,本质上就是放到system的path下
如何配置ohpm环境变量,以及ohpm的基础命令-鸿蒙开发者社区-51CTO.COM
这时候就很尴尬了,为什么,我明明已经Init了,为什么还是会遇到这个问题呢?
简单地打开 ohms.bat 文件分析一下把。
出现这个not initialized的问题主要还是执行上面的js脚本的问题,那么就直接手动node执行这个js脚本把。
实际上也就是node执行的语法没法识别,这时候得注意一下node的版本是多少了。虽然网上说的使用node 12就行,我本地版本也是node 12,但是既然没办法就往高了试试。
使用nvm工具,将node升级到18
完美解决
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。