科尔多瓦创建:TypeError:prompt.close不是函数

时间:2018-09-27 10:06:17

标签: cordova

呼叫cordova create MyProject总是抛出:

/usr/lib/node_modules/cordova/node_modules/insight/lib/index.js:156
    prompt.close();
           ^
TypeError: prompt.close is not a function
    at Insight.<anonymous> (/usr/lib/node_modules/cordova/node_modules/insight/lib/index.js:156:10)
    at ontimeout (timers.js:498:11)
    at tryOnTimeout (timers.js:323:5)
    at Timer.listOnTimeout (timers.js:290:5)
  • Xubuntu 16.04
  • 节点8.12.0
  • cordova 8.1.0
  • 4.10.2级

还有npm:

$ npm version
{ npm: '6.4.1',
  ares: '1.10.1-DEV',
  cldr: '32.0',
  http_parser: '2.8.0',
  icu: '60.1',
  modules: '57',
  napi: '3',
  nghttp2: '1.32.0',
  node: '8.12.0',
  openssl: '1.0.2p',
  tz: '2017c',
  unicode: '10.0',
  uv: '1.19.2',
  v8: '6.2.414.66',
  zlib: '1.2.11' }

我无法创建cordova项目:(

有人可以帮助我进一步吗?

2 个答案:

答案 0 :(得分:2)

在Mac中,我使用了命令

关闭科尔多瓦遥测

对我有用!

答案 1 :(得分:1)

有完全相同的问题。读到某个地方(对不起,失去链接),该问题与他们的使用情况统计信息有关。解决的办法是添加--no-insight选项,这对我有用。希望对您有帮助