我一直在試圖安裝Grunt。當我運行的呼嚕聲,我收到消息和警告名單如下:當我運行Grunt時,收到以下消息:未找到本地npm模塊「grunt-contrib-copy」。它是否安裝?
Local Npm module "grunt-contrib-copy" not found. Is it installed?
Local Npm module "grunt-contrib-uglify" not found. Is it installed?
Local Npm module "grunt-contrib-jshint" not found. Is it installed?
Local Npm module "grunt-contrib-less" not found. Is it installed?
Local Npm module "grunt-contrib-clean" not found. Is it installed?
Local Npm module "grunt-contrib-watch" not found. Is it installed?
Local Npm module "grunt-contrib-concurrent" not found. Is it installed?
Local Npm module "grunt-contrib-nodemon" not found. Is it installed?
Local Npm module "grunt-contrib-newer" not found. Is it installed?
Warning: Task "copy:vendor" not found. Use --force to continue.
Aborted due to warnings.
我已經試過「故宮安裝」,「故宮安裝咕嚕--save-dev的」,「咕嚕INIT:節點」。解決問題;它沒有工作。誰能幫忙?謝謝。
是否有package.json文件?有沒有node_modules文件夾? –
你可以顯示你的Gruntfile.js和package.json嗎? – VDarricau