因为使用了eslint,需要在package.json文件里面加上 "rules":{ "generator-star-spacing": "off", "no-tabs":"off", "no-unused-vars":"off", "no-console":"off", "no-irregular-whitespace":"off", "no-debugger": "off" } 可以试试行不行,我也不敢保证能解决,我改了之后能正常运行起来,后来又把这个这个删掉,md,又能重新编译运行起来,我只能说无语
网友评论