First, CMD common operation
1. Return to the root directory cd\
2. Return to the upper directory CD.
3. Find all files in the current directory dir
4. Find the Lower directory CD window
Second, NODEJS configuration
The node. JS installation package and source code are: https://nodejs.org/en/download/.
Install node. js on WINDOWV
Windows installation package (. msi) :
32-bit installation package: Http://nodejs.org/dist/v0.10.26/node-v0.10.26-x86.msi
64-bit installation package: Http://nodejs.org/dist/v0.10.26/x64/node-v0.10.26-x64.msi
Installation steps:
Step 1: Double-click the downloaded installation package Node-v0.10.26-x86.msi as follows:
Step 2: Click on the run above, the following screen will appear:
Step 3: Tick the Accept Agreement option and click the Next button:
Step 4:node.js The default installation directory is "C:\Program files\nodejs\", you can modify the directory and click Next:
Step 5: Click the tree icon to select the installation mode you want, then click Next Step Next (next)
Step 6: Click Install to start installing node. js. You can also click Back to modify the previous configuration. And then click Next (Next):
Installation process:
Click the Finish button to exit the Setup wizard.
Node-v View current Nodejs version
Npm-v View current NPM version
Nodejs configuration and CMD common operation