gpt4 book ai didi

reactjs - react - 运行开发服务器

转载 作者:行者123 更新时间:2023-12-04 14:29:15 24 4
gpt4 key购买 nike

  • 在 react 中克隆 git 代码。
  • 安装 npm。

  • 问题 -

    由于某种原因,我无法运行 dev-server 。
    我在 cmd 上输入了这两个命令
    1. npm 运行开发服务器

    我得到的错误之一的“样本” -

    Warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration . C:\Users\Alon\Desktop\skillz_fontend\src\components\Inputs\GooglePlacesInput.jsx 57:30 error Missing semicolon semi


  • npm start -

  • C:\Users\Alon\Desktop\skillz_fontend>npm start npm ERR! missing script: start npm ERR! npm ERR! Did you mean this? npm ERR! stats npm ERR! A complete log of this run can be found in: npm ERR!
    C:\Users\Alon\AppData\Roaming\npm-cache_logs\2019-11-17T22_59_13_787Z-debug.log



    谢谢阿隆

    最佳答案

    当您看到这样的警告时:

    Warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration .
    尝试在 eslint 配置文件中添加 React 版本设置,例如 .eslintrc.js ,如下图:
    // .eslintrc.js
    {
    ...
    settings: {
    react: {
    version: 'detect',
    },
    },
    }

    关于reactjs - react - 运行开发服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58906037/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com