私はイオンフレームワークの初心者です。私は、イオンラボを使用して、それを提供しようとしたとき、私の最初のアプリを作成した後にnode js-v6.10.0
とnpm
バージョン3.10.10とionic
バージョン-2.2.1 をインストールしました。 は、私はそれに対処する方法を知らないイオンアプリは提供されません。 WARN:node_modulesディレクトリが見つかりません。npm installを実行する必要がありますか?
$ **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:\WINDOWS\system32\cmd.exe;C:\Users\SurajLifeean\AppData\Roaming\Co mposer\vendor\bin;C:\Program Files\nodejs\node_modules\npm\bin ENOENT
次のエラーを取得します。
npm install
コマンドラインから:あなたが実行する必要があります
ソリューションは、あなたがコピーして貼り付けたメッセージに直接です。 'npm install' – Varedis