question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugin folder and config.xml are missing every time i create new project

See original GitHub issue

Description:

I use ionic start myapp blank --type=ionic1 CLI command to create ionic 1 project , the project created but config.xml and plugins folder are missing >

Steps to Reproduce: ionic start myapp blank --type=ionic1

Output:

84404 silly gentlyRm D:\Stylist\todo\node_modules.staging\yargs-4e522506\node_modules is being purged 84405 verbose gentlyRm don’t care about contents; nuking D:\Stylist\todo\node_modules.staging\yargs-4e522506\node_modules 84406 silly gentlyRm D:\Stylist\todo\node_modules.staging\lost-f6ee1a98\node_modules is being purged 84407 verbose gentlyRm don’t care about contents; nuking D:\Stylist\todo\node_modules.staging\lost-f6ee1a98\node_modules 84408 silly gentlyRm D:\Stylist\todo\node_modules.staging\jshint-33bff94b\node_modules is being purged 84409 verbose gentlyRm don’t care about contents; nuking D:\Stylist\todo\node_modules.staging\jshint-33bff94b\node_modules 84410 silly gentlyRm D:\Stylist\todo\node_modules.staging\browser-sync-ui-8a5bdeb9\node_modules is being purged 84411 verbose gentlyRm don’t care about contents; nuking D:\Stylist\todo\node_modules.staging\browser-sync-ui-8a5bdeb9\node_modules 84412 silly gentlyRm D:\Stylist\todo\node_modules.staging\browser-sync-9b7b7949\node_modules is being purged 84413 verbose gentlyRm don’t care about contents; nuking D:\Stylist\todo\node_modules.staging\browser-sync-9b7b7949\node_modules 84414 silly gentlyRm D:\Stylist\todo\node_modules.staging\node-sass-08c007bb\node_modules is being purged 84415 verbose gentlyRm don’t care about contents; nuking D:\Stylist\todo\node_modules.staging\node-sass-08c007bb\node_modules 84416 verbose unlock done using C:\Users\alkahtani\AppData\Roaming\npm-cache_locks\staging-ebbdcf00d77e1f70.lock for D:\Stylist\todo\node_modules.staging 84417 silly install printInstalled 84418 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): 84419 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”}) 84420 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin 84420 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any 84420 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32 84420 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64 84421 warn todo@0.0.1 No repository field. 84422 warn todo@0.0.1 No license field. 84423 verbose stack Error: EIO: i/o error, fsync 84424 verbose cwd D:\Stylist\todo 84425 verbose Windows_NT 6.1.7601 84426 verbose argv “C:\Program Files\nodejs\node.exe” “C:\Users\alkahtani\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js” “i” “-D” “glup” 84427 verbose node v8.11.1 84428 verbose npm v4.6.1 84429 error code EIO 84430 error errno -4070 84431 error syscall fsync 84432 error EIO: i/o error, fsync 84433 verbose exit [ -4070, true ]

My ionic info:

 @ionic/cli-utils  : 1.19.2
    ionic (Ionic CLI) : 3.20.0

System:

    Node : v8.11.1
    npm  : 4.6.1
    OS   : Windows 7

Misc:

    backend : pro

Other Information:

I have been at the last step to finalize my app , my PC crashed , i re-install fresh windows , i am 2018-04-16T21_15_14_013Z-debug.log struggling to get this project working again , i am trying to create new project and past my WWW folder and re-install my plugins manually " which is very hard " , if you can direct me the best approach how to get my app that i spent a lot of time to develop work again .

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
imhoffdcommented, Apr 16, 2018

You can also add the integration to existing apps with the following command:

ionic integrations enable cordova

Or by running any of the ionic cordova ... commands. See ionic cordova --help.

0reactions
ssj7commented, Mar 12, 2019

Ionic missing config.xml or resources directory. If this is a project you’d like to integrate with Ionic, create an ionic.config.json file.

The solution is: ionic start MyApp blank --cordova https://github.com/ionic-team/ionic-cli/issues/3088#issuecomment-381765890

Read more comments on GitHub >

github_iconTop Results From Across the Web

could not find file /var/lib/jenkins/jobs/*/config.xml
Jobs are missing from UI. When checking on Jenkins Home directory all the required build folders and config.xml are present.
Read more >
Maven plugin in Eclipse - Settings.xml file is missing
Create it at the following location <your home folder>/.m2/settings.xml e.g. C:\Users\YourUserName\.m2\settings.xml on Windows or ...
Read more >
Configuration Files Details | Notepad++ User Manual
If the config.xml or your session or shortcuts or contextMenu config files are intentionally deleted (or otherwise missing) from the config-file folder, Notepad ......
Read more >
Config.xml - Apache Cordova
For projects created with the Cordova CLI (described in The Command-Line Interface), this file can be found in the top-level directory: app/config.xml.
Read more >
How to set up your project - VoltBuilder
Your config.xml file is probably fine as is, except for updates to the latest plugins. It can be located at the top level...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found