Installing Node.js on Windows 10 always results in an error - node.js

Hey I changed my System from Linux to Windows and I would like to install Node.js via .exe. The problem I have is, that I get an Error Pop-up. How could I fix it?
What I tried:
I checked already the permissions and I got also the confirm-box for the admin and everything seems to be normal.
Install Windows 10 ISO via bootable stick and Rufus in MBR and GPT and also by creating an usb via MediaCreationTool.
Thanking you in anticipation

Yeah, I got in this issue too. There is already an approved bug on the maintainers GitHub: https://github.com/nodejs/node/issues/39224. So assume that a fix will be available in the next days.
Short term solution: Install the version before the latest (e.g. 14.17.1): https://github.com/nodejs/node/issues/39224#issuecomment-872702653. This worked for me

Related

VS- CODE errors on manjaro, auto quit, can't open folder

I have been using vs code for a month now on my manjaro Linux machine and I've had a number of issues. For example opening a folder from the welcome page doesn't work, sign in using a GitHub account doesn't work, it hangs quite a lot and after facing any of these issues vs code quits
I have tried to re-install vs-code but it solves nothing
I am using a laptop with an i7 8th gen CPU, 16GB ram and a G-force MX150 which should be plenty for everything but I'm booting into manjaro using a traditional old hard drive
Is there a fix for this ?
so I just figured out to solve this problem myself
follow the steps below if you're facing similar issues on an arch-based distro. The problem is with the AUR pls
download the official release from GitHub if you're not sure how to do that follow the steps below.
uninstall VS-code
cd into the desired directory
Follow the steps in order
git clone https://aur.archlinux.org/visual-studio-code-bin.git
cd visual-studio-code-bin
makepkg -si
This solved my issue so I hope it does for you as well

Virtual machine "pc1" Netkit error?

Introduction
I've just installed a networking simulator Called Netkit. On Debian stretch stable. Using the official installation guide here.
Installation
After setting the correct paths and installing. I then run the check_configuration.sh script.
Everything is checked OK, and it has found the terminal emulator xterm which is needed for netkit. And recieve the complete message.
[ READY ] Congratulations! Your Netkit setup is now complete!
Enjoy Netkit!
The Problem
Running netkit using the command:
vstart pc1
The xterm netkit-kernel emulator starts running. However I'm getting an infinite loop of the same error message:
ubda: can't open "home/foo/netkit/pc1.disk" failed, errno= 13
So im guessing it's because the file is missing? if so how do i obtain it? and if not, what is causing this error. I've followed the install guide completely.
I'm assuming your system is not a 32bit system. Netkit is only supported on the 32-bit architecture(unless the compatibility libraries are installed). Hence I would suggest you download a 32-bit VM(instead of installing the libraries) and run Netkit on the same(worked fine for me).
Check position of your lab-folder..

Nodejs - Another installation is in progress

System - Win 7 64 bit.
Nodejs - node-v6.9.4-x64.msi
Installation error - Another installation is in progress. You must complete that installation before continuing this one.
Solutions that did NOT work - Run as admin, Run via commandline as admin, log had same error i saw in installer, don't install online docs option,
Please help me to fix this. Thank you !
This will not be an issue with your NodeJs installation, it might be because of your previous installation (might be any other software) which might be still in progress or not exit properly.
To solve your issue, please try restarting your machine once and install. This will indirectly kill your previous unstable installation and allow you to install NodeJs
I had this issue with '2017-03-21, Version 6.10.1 'Boron' (LTS)'. Restarting my PC solved the issue.
P.S. However, this issue seems to be specific to the NodeJs installer. I tried installing other programs after the NodeJs installation threw up this error and they installed fine (even before the restart).

No such file or directory; But the file does exist

I am trying to run a Binoinformatics program, DistMap on Ubuntu 12.04 LTS (x86_64). I am getting the error No such file or directory. But the file do exist in the required location.
I have used this program before and it ran perfectly fine. Yesterday I installed virtualenv-burrito for some other program, Seal. Since then I haven't been able to run DistMap.
I know there have been many posts regarding this error all over the internet. But the solution seems to be the same for all the posts.
sudo apt-get install ia32-libs
This solution is for running 32-bit application on 64-bit machines. But since Distmap worked before without any problem I dont think that is the problem. Still, I installed ia32-libs; just for the sake of it but no use.
I am sure the problem is virtualenv-burrito. So I uninstalled it from my machine (Deleted .virtualenv and .virtualburrito folders. Since that's the only way i found for uninstalling virtualenv-burrito on the internet). Still my application is not running.
How can I bring my system to default as in to the previous state of virtualenv-burrito installation?
I hope I will get some good suggestions. I have been struggling for sometime now.
Thanks.

Hard time installing ia32-lib on mac osx

I'm trying to install the ia32-lib on my mac leopard osx 10.5.8 in order to be able to create some Android components like the SD card, the issue is that i get the following error:
E: Couldn't find package ia32-libs
so i thought it was an update issue and thus updated with:
sudo apt-get update
But still i get the same error,
another thing that i have noticed is that by running a cache scan like:
sudo apt-cache search ia32-libs
Nothing is returned, so the update actually did not fetch this library,
Have you ever experienced this? have some hints?
Unfortunately by looking around the web i have only found hints for Debian and Ubuntu.
Thank you,
OK:
1) You've got two threads open on the same question:
Hard time installing ia32-lib on mac osx
Android: Failed to create SD card
2) More to the point, I honestly think you're barking up the wrong tree.
I don't think you somehow need to get ia32-libs installed on Mac OSX. Heck, I don't even know if there is an ia32-libs for Mac OSX. Yes, It's necessary on some 64-bit Linux platforms. AFAIK, it is not necessary on 64-bit Mac OSX. Honest!
3) Please look at these links:
http://www.buzztouch.com/files/howtos/Setting_Up_Your_Android_Development_Environment_For_MacOSX_v1.0.pdf
android dev on 64-bit mac
http://relentlessinquiry.com/2011/03/02/how-i-built-my-mac-os-x-android-development-environment/
http://marakana.com/support/android_setup.html

Resources