Please wait while Windows configures Node.js - slow uninstall - node.js

I am new to this environment and working through the set up for Phoenix Framework.
I installed Node on Windows before someone recommended switching to LINUX. I need to uninstall it on Windows, but following the typical uninstall process produces:
enter image description here
Microsoft assistant said to leave it (expected to take 5 hours - it has now been over 24).

Related

Can't Deploy React Native to iPhone from Xcode 13 Beta 2 running on Virtual Machine running Big Sur 11.4

I have a Mac running Catalina with Xcode 12. This month, my iPhone upgraded to iOS 14.6, which requires Xcode 13. Xcode 13 requires Big Sur. Unfortunately, I don't have the money right now to upgrade my Mac to one with the hardware the Big Sur requires.
I installed VMWare Fusion 12 on this Mac and created a Virtual Machine running MacOS Big Sur 11.4. Then I installed Xcode 13 Beta 2, installed its dependencies, added the provisioning profile required to deploy, and selected my iPhone in Xcode as the target. When I build and attempt to deploy to the device, there are no errors, though it hangs/stalls right near the end of the process, around the time that Xcode says: "Preparing Editor Functionality". MetroBundler starts correctly and I see no issues in Terminal, Console, or Xcode. It just stops compiling/deploying.
I'm not super savvy when it comes to Xcode or the deployment process. I was hoping someone might be able to give me some tips as to how to figure out what's preventing the app from deploying to the device. Does Xcode have logs somewhere (other than Device Logs) that might help inform what's hanging?
Thank you for your time and I'm happy to provide screenshots or further information upon your suggestions.

Cannot run ionic 2 project on Windows while project created on Mac

My team and I are currently working on an Ionic 2 project (version 2.1.1) which is stored in Github in the purpose of version control, source code management and share related tasks. My project is created on a Mac platform while one of my teammate is using Windows. When he clones my project and runs it, He's not able to run with the following errors, whilst the others using Mac also are able to run.
So I have a doubt, is it the problem of OS (Mac, Windows) or I am confusing ?
This is the System Information of my team:
Errors we got on Windows when he serves and runs the project:
PS: I got stuck in this for 4 days in a row now, any ideas or suggestion is much appreciated. Thank you for spending your times :)

5.2 and Windows 10 compatibility release

I know this isnt a dev question per se, but is there a timeline on a 5.2 build that can be installed on Win 10?
I think the issue i am seeing is just with the installer so an in place upgrade to Win 10 might work fine, but a clean install fails as it doesnt acknowledge IIS 10 or whatever version comes with Win 10.
Thanks!
Official answer - Windows 10 is not yet supported by the currently available Acumatica ERP installers, however the issue has already been fixed internally (AC-56069 - fixed in 4.20.2262, 5.10.0785, 5.20.1012 and newer). Following workaround can be used in the meantime:
Download the Orca tool to edit the MSI file: http://adriank.org/wp-content/uploads/2015/01/Orca.zip
Open the
MSI file using this tool (might be able to right click on MSI and
open with Orca)
Go to the LaunchCondition table
Drop/delete the IIS version condition (inside MSI, the LaunchCondition entry is IISVERSION >="#7"; system does a string comparison and "10" is
smaller than "7")
Save and close Orca
Run the setup
I can't give you an "official" answer but I can give you a work around.
If you download a utility called LessMSI you can extract the installation files. They will come out in a folder called "SourceDir". Simply take these and replace the files in your default installation folder or run them from another location.
Then you can proceed as normal.
The installer only checks if pre-reqs are installed and then copy's the files to the output location. If you have IIS already setup with dotnet support then the rest will be fine.
I do this frequently if I have to install a site with a specific version in order to upgrade or test a client's snapshot.
I have 4.1,4.2,5.1,5.2 running on my Windows 10 workstation as I type

Using Manifoldjs with windows 10 10122 - has anyone got the app to show up?

Using manifoldjs on a windows 10 box - tried to use a simplistic site such as www.google.com or even www.nick.com which is the demo used in Build 2015.
The app can install correctly with powershell and I am able to start the app but all I get is a blank screen and then in say 30 seconds the app quits.
Anyone had any success with the Hosted Web Apps in windows 10?
I know this is an older post but I just came across it. it sounds like the generator was using a different version of the manifest than what you build was on. We tried to stay with the most recent versions of each of the Insider releases.
The good news is we think we are on the final one now, and I'm guessing you are on a newer build as well. Head over to the issue log: https://github.com/manifoldjs/ManifoldJS/issues or post a reply here if it's still not working for you.
If you are specifically looking to get a hosted web app working we do have a yo generator that gets one up and running.
https://github.com/MicrosoftEdge/generator-appx
Install yo generator
npm i -g gulp yo generator-appx
Create yo project
yo appx
To install a Windows 10 hosted app (Must be on Windows 10 of course, your build 10122 should work fine)
gulp appx:dev
I think someone from the ManifoldJS team will respond as well.
There is probably an error logged in Microsoft-Windows-AppHost. You may have to enable the diagnostics tracing by right-clicking on the log and choosing the option to enable tracing.

Sybase - Windows 7

Moving from XP to Windows 7 with client side.
Running into a couple issues with Sybase 15.
1) "Interactive SQL" - many widgets in ie options are defective or missing
2) When running simple query get Swing/AVT widget exception error.
Anyone ran into or worked thru any issues moving to 7?
Other versions of the Windows app, but not 7. As you may be aware 7 is only slightly more reliable than Vista.
Those messages are classically due to (a) Sybase Client (SybaseCentral; InteractiveSQL, the GUI utilities) all using the Java VM and (b) that not being successfuly installed.
Get the Sybase Client CD, and install again. Do not Customise, use the Default installation options. Watch the progress for errors. Ensure the JVM installation succeeds. You may have to retrieve any missing files from the Windows 7 CD.
Otherwise open a Support Case.

Resources