I use the configuration presented on the npm page, but when I try to start a task using grunt.run.task (['json_server']) or concurrent: { server: { tasks [ 'json_server'] } } , grunt does not even print the name tasks in the console. This does not even give me an error if I delete the db file that it is trying to point to.
source share