私のグラントがもうコマンドとして認識されないこの問題があります。私は解決策を探しましたが、ほとんどの問題は私が既にあるCLIを使用する必要があると言っています。私がNode.jsのインストールされているコンピュータ上だと私は現在、私が前にいたプロジェクトでそれを使用していますので、それが入っているフォルダに変更なし。グランツコマンドが認識されなくなった
C:\Users\fmeloni\Dropbox\Transfer\BananaUnified\sources\Banana>grunt dev
'grunt' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\fmeloni\Dropbox\Transfer\BananaUnified\sources\Banana>grunt --help
'grunt' is not recognized as an internal or external command,
operable program or batch file.
私はこのページに基づいて、NPMを再インストールしてみました:http://gruntjs.com/getting-startedしかし、私は今警告があります。
C:\Users\fmeloni\Dropbox\Transfer\BananaUnified\sources\Banana>npm install
npm WARN optional Skipping failed optional dependency /grunt-ts/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN [email protected] No repository field.
私は、このの結果イサキCLIを試してみました:Windowsのアップデートがあったかもしれないので、私はうなり声を使用していない
C:\Users\fmeloni\Dropbox\Transfer\BananatUnified\sources\Banana>npm install -g grunt-cli
C:\Users\fmeloni\AppData\Roaming\npm\grunt -> C:\Users\fmeloni\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt
C:\Users\fmeloni\AppData\Roaming\npm
`-- [email protected]
は1週間のためにコマンドが、インストールされ新たなプログラムがありません私のマシンで。誰にもこれを修正する方法や、npmのインストールでこれらの警告の意味を教えてください。
この投稿を最新の状態に保つために、私はバージョン4.0.2に私の名前を更新しました – FranckMetis