【发布时间】:2018-11-09 10:20:38
【问题描述】:
我是 ionic 框架的新手,在创建第一个应用程序时遇到以下问题。 **我在公司代理背后工作 -> 命令执行“ionic start hello_ionic tabs” 错误信息 : ?目录 hello_ionic 包含可能发生冲突的文件。你想用这个新项目覆盖目录吗?是的 √ 创建目录 .\hello_ionic - 完成! √ 下载和解压选项卡启动器 - 完成!
?您想将您的新应用与 Cordova 集成以针对原生 iOS 和 Android 吗?是的 √ 个性化 ionic.config.json 和 package.json - 完成!
ionic integrations enable cordova --quiet
√ Downloading integration cordova - done!
√ Copying integrations files to project - done!
[OK] Added cordova integration!
安装依赖项可能需要几分钟时间。 离子开发应用程序 * 使用 Ionic DevApp 加快开发速度,这是我们在设备上进行快速测试的移动应用程序 在没有原生 SDK 的 iOS 和 Android 上进行测试 LiveReload 用于即时样式和 JS 更新 ️ –> 安装 DevApp:
npm i
Running command
离子启动卡在“npm i”。
请帮我解决这个问题。
->“npm 信息”的输出
{ name: ‘hello_ionic’,
description: ‘a’,
‘dist-tags’: { latest: ‘1.0.0’ },
versions: [ ‘1.0.0’ ],
maintainers: [ ‘gboog andersonthomas603@gmail.com’ ],
time:
{ modified: ‘2017-04-19T13:42:30.205Z’,
created: ‘2017-04-19T13:42:30.205Z’,
‘1.0.0’: ‘2017-04-19T13:42:30.205Z’ },
homepage: ‘https://github.com/WebGExecutive/app#readme’,
keywords: [ ‘sss’ ],
repository:
{ type: ‘git’,
url: ‘git+https://github.com/WebGExecutive/app.git’ },
author: ‘Griffin Blotner’,
bugs: { url: ‘https://github.com/WebGExecutive/app/issues’ },
license: ‘ISC’,
readmeFilename: ‘’,
version: ‘1.0.0’,
main: ‘index.js’,
scripts: { test: ‘s’ },
dist:
{ shasum: ‘73936188b9f38359107be3fce56da2643d195a89’,
tarball: ‘https://registry.npmjs.org/appapp/-/appapp-1.0.0.tgz’ },
directories: {} }
【问题讨论】:
标签: ionic-framework