为了账号安全,请及时绑定邮箱和手机立即绑定

542527480001a48903700059.jpg

按照视频代码来写的,但无法启动node服务器,请问还有什么地方需要配置吗?

正在回答

4 回答

module.exports = function(grunt) {


grunt.initConfig({

pkg: grunt.file.readJSON('package.json'),

watch : {

jade : {

files : ['view/**'],

options : {

livereload : true

}

},

js : {

files : ['punlic/js/**', 'models/**/*.js', 'sechemas/**/*.js'],

//task : ['jshint'],

options : {

livereload : true

}

}

},

nodemon : {

dev : {

options : {

files : "app.js",

script:'app.js',

args : [],

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

watchedExtensions : ['js'],

watchedFolders : ['app', 'config'],

debug : true,

delayTime : 1,

env : {

PORT : 3000

},

cwd : __dirname

}

}

},

concurrent : {

task : ['nodemon', 'watch'],

options : {

logConcurrentOutput : true

}

}

})


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

grunt.loadNpmTasks('grunt-nodemon');

grunt.loadNpmTasks('grunt-concurrent');

grunt.option('force', false);

grunt.registerTask('default', ['concurrent'])

}


0 回复 有任何疑惑可以回复我~

你得把你整个 grunt file 文件配置代码贴出来,大家才好帮你锁定是哪里除了问题

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

hacke2

module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), watch : { jade : { files : ['view/**'], options : { livereload : true } }, js : { files : ['punlic/js/**', 'models/**/*.js', 'sechemas/**/*.js'], //task : ['jshint'
2014-09-29 回复 有任何疑惑可以回复我~

可是我加上了,,node也没启动。。就输出个:Running "concurrent:tasks" (concurrent) task 

然后后面就什么也没有。。。

0 回复 有任何疑惑可以回复我~

542529280001d21003090353.jpg加上这个就好了。楼下的提点。

2 回复 有任何疑惑可以回复我~
#1

Neal_Shan

thanks, yo!
2014-09-27 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
node建站攻略(二期)——网站升级
  • 参与学习       51940    人
  • 解答问题       408    个

帮助你深入前后端开发留下的迷惑,为进一步自学打下基础

进入课程
意见反馈 帮助中心 APP下载
官方微信