提问者:小点点

无效的正则表达式npm start


>

  • 我从https://github.com/yldio/react-native-wearables-demo#using-android-studios-adb下载React可穿戴设备

    npm安装(无错误)

    npm start-重置缓存比错误-无效的正则表达式:/(.\治具\.|node_modules[\]react[\]dist[\].|网站\node_modules\.|heapCapture\bundle. js|.\测试\.) $/: 未终止的字符类

    在此处输入图像描述


  • 共1个答案

    匿名用户

    使用npx并尝试

    npx react-native start --reset-cache
    

    相关问题