小编Kit*_*hma的帖子

RangeError:运行我的 React Web 应用程序时,类型化数组长度无效:-4095

当我尝试使用HTTPS=true npm start命令运行应用程序时出现以下错误:

RangeError:运行我的 React Web 应用程序时,类型化数组长度无效:-4095

但是我能够使用运行该应用程序npm start

错误 - `

internal/buffer.js:788
class FastBuffer extends Uint8Array {}
^

RangeError: Invalid typed array length: -4095
    at new Uint8Array (<anonymous>)
    at new FastBuffer (internal/buffer.js:788:1)
    at Handle.onStreamRead [as onread] (internal/stream_base_commons.js:153:17)
    at Stream.<anonymous> (/Users/kithma/Documents/wellbee/wb-web/node_modules/handle-thing/lib/handle.js:120:12)
    at Stream.emit (events.js:198:15)
    at endReadableNT (/Users/kithma/Documents/wellbee/wb-web/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
    at processTicksAndRejections (internal/process/task_queues.js:81:17)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! wb-web@0.1.0 start: `react-app-rewired start`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the wb-web@0.1.0 …
Run Code Online (Sandbox Code Playgroud)

npm reactjs

5
推荐指数
1
解决办法
3768
查看次数

标签 统计

npm ×1

reactjs ×1