location of Ionic config.json file in windows - ionic-framework

where is the location of ionic/config.json in windows 10, I tried to search inside C:/ Drive & also inside node directory. but I not see any folder like ionic.

The ionic global config file will be in your user folder C:\Users\username\.ionic
The project configuration file will be in your project's root directory as ionic.config.json

Related

error in root\workspace\.metadata\.log

I try to run eclipse, but I can not.
The software creates an error in the root\workspace\.metadata\.log folder. But I did not understand anything.
Here is the log file:
Log File
Also, I did not find a file named ".snap" at the address given. I deleted the workspace folder. I even deleted the software and installed it again. But none of them worked.
In the workspace folder there is a folder with the name ".metadata". and in this folder there is a file with the name ".log".
So the actual path will be:
"/root/workspace/.metadata/.log"
In Linux you might need to use ls -la to see the folder ".metadata" and the file ".log".
Check also the file eclipse.ini in the root folder of the Eclipse installation. In this file you could specify the -vm parameter and point it to the JVM dll or "so" files directly.
For example:
-vm
D:\talend\jre1.8.0_91\bin\server\jvm.dll

Where is the config folder for JetBrains IDE?

I am trying to add a custom color theme to my phpstorm and everything I read says you need to add a colors folder inside of the config folder, and then copy the xml or icls file in there, but I can't find the config folder.
C:\Program Files\JetBrains\PhpStorm 2017.1.3
I am in the right directory but there is no folder called config and I'm not sure what to do. Could it be in some different place?
have a look at
https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
you should find your config files under
c:\Users\yourname\.PhpStorm2016.1\config

Change the location of the .install4j folder

In the files step, I created a root folder where I would install the distributed files, however the .install4j folder still gets generated inside C:\Program Files.I want to know, how I could change its location for example to the custom root folder I created.
The .install4j folder is always created in the installation directory. You cannot move it to a different installation root.

Get the root folder of the installation drive in install4j

For specific needs I would like to install some files in the root directory of the installation, for example if the installation is under C:/Program Files, so I need to set some files in C:/.
There may be an easier way, but I would create a "run a script" action and parse ${installer:sys.installationDir} to get the root of that...

netbeans ftp configuration

I've set up my FTP connection for my project, but when it uploads the file, it adds a directory named after the project to the uploads (which means it isn't going to the right folder).
i.e.
initial directory set to '/httpdocs';
no upload directory specified.
I upload a file from my local folder:
project name/library/script.php
I want it to go here:
FTP/httpdocs/library/script.php
but it's going here:
FTP/httpdocs/PROJECTNAME/library/script.php
Can anyone help me get this configured correctly?
Then you are making your project in netbeans one folder too high. The project should be created with the main folder being the root folder, not the folder that holds the root folder (the one with the name of the folder).
So, you need to recreate your project with the correct folder being the root folder, and you should be all set.