为了账号安全,请及时绑定邮箱和手机立即绑定

在线等 npm start 后

[HMR] Waiting for update signal from WDS...

TypeError: Cannot assign to read only property 'sex' of object '#<Object>'

    at Object../src/proxy.js (index.js:19628)

    at __webpack_require__ (index.js:679)

    at fn (index.js:89)

    at Object../index.js (index.js:736)

    at __webpack_require__ (index.js:679)

    at fn (index.js:89)

    at Object.0 (index.js:19673)

    at __webpack_require__ (index.js:679)

    at index.js:725

    at index.js:728


TypeError: 'set' on proxy: trap returned falsish for property 'sex'

    at Object../src/proxy.js (index.js:19659)

    at __webpack_require__ (index.js:679)

    at fn (index.js:89)

    at Object../index.js (index.js:736)

    at __webpack_require__ (index.js:679)

    at fn (index.js:89)

    at Object.0 (index.js:19673)

    at __webpack_require__ (index.js:679)

    at index.js:725

    at index.js:728


安装 npm i 时 提示 

audited 5776 packages in 12.551s

found 35 vulnerabilities (7 low, 24 moderate, 4 high)

  run `npm audit fix` to fix them, or `npm audit` for details


正在回答

1 回答

已解决,

  1. 命令行的提示,先 运行 npm audit fix  ,然后在 npm audit fix --force 。

  2. 打开 index.js 文件 。修改成


  3. import test from "./src/test"
    // import "./src/const"
    // import "./src/scope"
    // import "./src/arrow-function"
    // import "./src/parameter"
    // import "./src/proxy"
    test();
  4. 完工。

2 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
ES6快速入门
  • 参与学习       64240    人
  • 解答问题       137    个

用最通俗、形象的方法描述ES6的强大并教会你正确的学习方法。

进入课程

在线等 npm start 后

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信