Build the node. js Development Environment

Source: Internet
Author: User

Recently, I have been studying nodejs. nodejs is a parallel and event-based javascript development environment. This is easy to say, but it has made me suffer a lot during development. The following describes how to build the node. js development environment.

I developed it in windows, so I set up the node. js development environment in windows.

First, install nodejs. Nodejs recently released the windows Installation Package, so the installation is simple. You only need to download and install it. However, nodejs is developed quickly, so pay attention to the version.

Then install the IDE. This is a huge bend. First, I tried cloud9, which was quite good at first, but my network environment was very bad and sometimes I couldn't even connect to it. Debugging is very difficult. I have tried to install the local version, which is available on github, but I haven't installed it for a long time, and the version is also very low. It seems that the version is only 0.2, which is too far behind the 0.95 version of the online version.

Later, I found sublimetext2. Maybe I am ignorant. I didn't know such an artifact before. In addition to not supporting automatic prompts, everything is fine, and there are a lot of plug-ins available, which is really great. The automatic prompt I am talking about refers to a prompt like visual studio. But later I thought about it. For dynamic languages like python and javascript, such automatic prompts seem unlikely. Therefore, I understand why these languages are interpreted rather than compiled.

But the problem is that I want to use github but I have never figured it out. Install the sublimetext2-git plug-in, but all menu commands are unavailable. In addition, the git command in the Command Panel is not called. On the github homepage of the git plug-in, it seems that the same problem has not been solved. But he seems to be on mac. I tried the gist plug-in again, and it seems that it cannot be initialized. I don't know if the windows version of git is not installed. If any of the following heroes knows, please do not give me any further information.

Finally, debug the node-inspector through npm. But did not open the v8-profile, install the corresponding plug-in said the lack of waf, this also please do not hesitate to enlighten me.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.