我对angular是个新手。首先,我在我的机器上安装了node js,然后我按照this url安装了angular,但是我得到了下面的错误
gyp谓词检查python检查路径中的Python可执行文件"python“
gyp谓词which失败错误:未找到: python
在getNotFoundError (C:\Users\Tejal.Pawar\AppData\Roaming\npm\node_modules\@angular\cli\node_modules\which\which.js:13:12)上执行gyp谓词which失败
在F (C:\Users\Tejal.Pawar\AppData\Roaming\npm\node_modules\@angular\cli\node_modules\which\which.js:68:19)处gyp谓词which失败
我也需要安装python吗?或者我应该忽略它?
发布于 2018-03-14 21:25:22
Angular至少需要node 6.9.x和npm 3.x.x,你可以按照以下步骤操作,目前我使用的是最新版本Angular 5.2.x
https://stackoverflow.com/questions/49278559
复制相似问题