赞
踩
安装 HUAWEI DevEco Studio 后配置 Node.js 环境时可能会报:
The Node,js path can contain only letters, digits, periods (), underscores ( ), hyphens (-), colon () and backslash ()
原因可能是因为安装路径中包含了 空格 ,可能大部分人习惯将软件安装在 Program Files
目录下,此时只要将 nodejs 的安装目录移到根目录即可。
值得注意的是,移动了 nodejs 的安装目录需要手动更改一下环境变量,比如我这里将它移动到D盘根目录下:
以上更改方式适用于:
同样的,在配置 ohpm 时也会报类似的错误,解决方式一样。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。