Yarn start failed with Unexpected identifier,没有详细信息



我正在尝试启动一个react应用程序。从github克隆代码后,运行yarn install我运行yarn start并得到以下错误:

yarn run v1.22.10
$ cross-env HTTPS=true react-scripts start
Unexpected identifier
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

应用程序的作者不知道什么可能是错误的(它为他们工作)。我试着用create react app创建另一个应用程序,这对我来说很好。我不确定从哪里开始寻找,因为没有迹象表明"意外标识符"在哪里。可能被定位或者是什么。你知道我想检查或尝试什么吗?我用的是MacOS Catalina。

我终于想通了。我尝试运行构建,它失败的语法错误在一个。js文件(缺少逗号)。一旦这个问题得到解决,启动也就开始了。如果start命令返回与构建相同的信息错误,它将节省我的时间:)

相关内容

  • 没有找到相关文章

最新更新