Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこの質問をstackoverflowに提出し、ある人が答えました今、私は新しいバージョンのgruntをインストールしたいですか?
そのパッチは、まだ npm にプッシュされたリリースにはないようです。そのため、github からマスター バージョンを取得する必要があります。
npm uninstall grunt npm install https://github.com/gruntjs/grunt/archive/master.tar.gz
または、コメントに記載されている短いバージョン:
npm install gruntjs/grunt