首页 > 解决方案 > Ionic 应用程序创建卡在“ionic start app_name tabs”

问题描述

我是 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 * 使用 Ionic DevApp 加快开发速度,这是我们快速的设备测试移动应用程序 在 iOS 和 Android 上进行测试,无需原生 SDK LiveReload 以实现即时样式和 JS 更新️ –>安装 DevApp:

npm i

Running command

离子启动卡在“npm i”。

请帮我解决这个问题。

->“npm info”的输出</p>

{ 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

解决方案



推荐阅读