nodejs and webstorm ide issue - node.js

Can anyone help me please onto this issue. I have just installed webstorm 8 and trying to create a Node.js-express application and getting following error. It pops a node window but shuts it off within milliseconds. Also if i am trying to create a node.js project manaully, i cannot debug node.js it says "Process finished with exit code 0" . Please note if i try to run node from command prompt it is running fine. I am using windows 8

Try choosing node.exe instead of nodevars.bat as Node executable

Try to update your ide. Its working on my case

Related

In the linked question, what does the op talk about regarding installing node.js in the working directory?

I am a complete newbie to all this.
I tried to install node.js 4 times and then again uninstalled it every time trying different things, thinking one of them would work.
The link to the question is-Cannot find runtime 'node' on PATH - Visual Studio Code and Node.js
After I typed $node --version in powershell terminal in VSCode (after installing node.js in C drive, defaulting to all recommended options in the setup) I get an error. I have uploaded the image of the error.
the error
Please tell me how to get node.js working with VSCode.
To get the version of Node, just type node --version in the terminal without the "$".

I installed node.js v 9.8.0 but i cant able to find node.js command prompt

I need node.js command prompt to execute my angular codes so i just installed node.js v9.8.0 (tried other versions too) its got installed successfully. But the issue is i cant able to find the node.js command prompt.
windows 10 64 bit architecture
please provide me some way to get node.js command prompt
Thanks in advance!
In window search bar:
Just type---> node.js command prompt
After that press enter. And Below desired node.js command prompt open for you.

How to fix error when installing node.js on windows 7 32bit

For the Screenshot
http://imgur.com/a/ly9SJ
I can't install node.js [node-v6.10.3-x86.msi], and i trying to search at stackexchange and find this one:
node.js Setup Wizard ended prematurely
After i follow the instruction and try to "running the MSI" via command prompt as Administator but fails.
I try to deleting some registry like this HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib_V2Providers but didn't take effect
And this the Logs on the installation
So what should i do? Thanks a lot

How to install/use Meteor with Babun Windows Shell

so I have a problem here with this custom cmd shell for windows called Babun and using it with meteor. To be honest, I am still a beginner when it comes to the cmd etc... but here is the situation.
So I am working on a meteor website and I am using WebStorm for this, meteor is already installed on my computer and the meteor commands are recognized on the windows cmd. I don't really like the default look of the windows cmd and add to the fact that I have to force it into legacy code mode in order for it to properly work as a terminal for WebStorm. That's why I searched for a more 'feature - rich' cmd and came across Babun which seems pretty handy.
I got as far as getting Babun to work within WebStorm without any problems, but its not recognizing meteor at all like my default windows cmd. This is the error I keep receiving from the console: zsh: command not found: meteor
Which is funny because my default windows cmd can pick it up, why can't Babun or this "oh-my-zsh".
I already tried adding the meteor plugin as instructed here: https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins but meteor is still not being recognized for me. I'm running windows 10 if that helps with the latest versions of both Meteor JS and WebStorm.
If anyone could shed some light into this issue I'm having that would be greatly appreciated!
Did you add the path in the .zshrc file? See how to add path in cygwin. A lot of Babun issue can be resolved by using cygwin solution.
You can confirm by running: which meteor

Nodejs 4.1.1 does not run via daemontools - continuously get EPIPE errors

I'm running node.js on FreeBSD box, in a jail. I made an upgrade of Node.js from 0.12.7 to 4.1.1 and my configuration for daemontools stopped working - I get EPIPE errors and it keeps restarting and overwhelms the machine.
If I execute the same script in an terminal it runs fine.
Can somebody please help me with this
Thanks in advance
To make it work I switched from daemontools to runit - now it works like a charm
Try re installing it. I faced same problem, and I fixed it by reinstalling it.

Resources