Windows上的node.js:“ TypeError:_ref未定义”错误,但在Linux上运行正常

时间:2019-10-11 09:28:46

标签: node.js reactivesearch

我正在尝试在Linux上运行正常的Windows上安装并运行节点应用程序。似乎安装正确,但是当我致电npm start时,出现以下错误:

TypeError: _ref is undefined
RangeInput/_this.handleSlider
e:/temp/pp/reactsearch/node_modules/@appbaseio/reactivesearch/lib/components/range/RangeInput.js:143

  140 | };
  141 | 
  142 | _this.handleSlider = function (_ref) {
> 143 |   var start = _ref.start,
      | ^  144 |       end = _ref.end;
  145 | 
  146 |   _this.setState({

我是Node的新手。谁能建议从哪里开始找出我做错了什么? 我遵循与在Linux上安装和运行应用程序相同的安装过程。

谢谢, 菲尔

0 个答案:

没有答案