最近中文字幕高清中文字幕无,亚洲欧美高清一区二区三区,一本色道无码道dvd在线观看 ,一个人看的www免费高清中文字幕

為了賬號安全,請及時綁定郵箱和手機立即綁定

grunt Warning: Task "default" not found.

這是什么問題啊? ? ? grunt Warning: Task "default" not found. Use --force to continue. Aborted due to warnings.

module.export = function(grunt) {


? ? grunt.initConfig({

? ? ? ? watch: {

? ? ? ? ? ? jade: {

? ? ? ? ? ? ? files: ['views/**'],

? ? ? ? ? ? ? options: {

? ? ? ? ? ? ? ? livereload: true

? ? ? ? ? ? ? }

? ? ? ? ? ? },

? ? ? ? ? ? js: {

? ? ? ? ? ? ? files: ['public/js/**', 'models/**/*.js', 'schemas/**/*.js'],

? ? ? ? ? ? ? //tasks: ['jshint'],

? ? ? ? ? ? ? options: {

? ? ? ? ? ? ? ? livereload: true

? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? },


? ? ? ? nodemon: {

? ? ? ? ? dev: {

? ? ? ? ? ? script: 'app.js',

? ? ? ? ? ? options: {

? ? ? ? ? ? ? args:[],

? ? ? ? ? ? ? nodeArgs: ['--debug'],

? ? ? ? ? ? ? ignore: ['README.md', 'node_modules/**', '.DS_Store'],

? ? ? ? ? ? ? ext: 'js',

? ? ? ? ? ? ? watch: ['./'],

? ? ? ? ? ? ? delay: 1000,

? ? ? ? ? ? ? env: {

? ? ? ? ? ? ? ? PORT: '3000'

? ? ? ? ? ? ? },

? ? ? ? ? ? ? cwd: __dirname

? ? ? ? ? ? }

? ? ? ? ? }

? ? ? ? },


? ? ? ? concurrent: {

? ? ? ? ? ? target: {

? ? ? ? ? ? ? ? tasks: ['nodemon', 'watch'],

? ? ? ? ? ? ? ? options: {

? ? ? ? ? ? ? ? ? ? logConcurrentOutput: true

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? }

? ? ? ??

? ? });


? ? grunt.loadNpmTasks('grunt-contrib-watch')

? ? grunt.loadNpmTasks('grunt-nodemon')

? ? grunt.loadNpmTasks('grunt-concurrent');


? ? grunt.option('force', true)

? ??

? ? grunt.registerTask('default', ['concurrent:target']);


};


正在回答

1 回答

第一行就錯了 ?exports ?不是export

0 回復 有任何疑惑可以回復我~
#1

senqi 提問者

非常感謝!
2017-07-19 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
node建站攻略(二期)——網站升級
  • 參與學習       51915    人
  • 解答問題       423    個

幫助你深入前后端開發(fā)留下的迷惑,為進一步自學打下基礎

進入課程

grunt Warning: Task "default" not found.

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號