当我想使用laravel mix安装模板时,我看到此错误并且javascript文件不能正确混合
at Parser.raise (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:7013:17)
at Parser.parseMaybeUnary (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:9188:16)
at Parser.parseExprOps (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:9067:23)
at Parser.parseMaybeConditional (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:9040:23)
at Parser.parseMaybeAssign (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:9000:21)
at Parser.parseConditional (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:9056:29)
at Parser.parseMaybeConditional (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:9047:17)
at Parser.parseMaybeAssign (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:9000:21)
at Parser.parseExpression (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:8950:23)
at Parser.parseReturnStatement (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:11027:28)
at Parser.parseStatementContent (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:10706:21)
at Parser.parseStatement (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:10658:17)
at Parser.parseBlockOrModuleBlockBody (C:\xampp\htdocs\temp.test\blog\node_modules\@babel\parser\lib\index.js:1123
4:25)
我该怎么办?