我是离子框架中的新手。我已经安装了node js-v6.10.0
和npm
版本3.10.10和ionic
版本-2.2.1在我尝试使用离子实验室使用它时创建第一个应用程序后。我得到以下错误
$ **ionic lab**
******************************************************
Dependency warning - for the CLI to run correctly,
it is highly recommended to install/upgrade the following:
Please install your Cordova CLI to version >=4.2.0 `npm install -g cordova`
******************************************************
WARN: No node_modules directory found, do you need to run npm install?
There was an error serving your Ionic application: Unable to run spawn command E rror: spawn C:WINDOWSsystem32cmd.exe;C:UsersSurajLifeeanAppDataRoamingCo mposervendorbin;C:Program Filesnodejsnode_modulesnpmbin ENOENT
我不知道该如何处理。请协助
您应该运行:
npm install
从命令行。
它将在node_modules
目录中安装依赖项。