We always encounter various problems when installing various tools on node. js in the Windows environment, the following is a problem when I install FIS, and then we find the problem of environment variable configuration after research.
First I added a variable name inside the environment variable : Node_path variable value: C:\Program files\nodejs\node_modules
The author thinks the environment variable is configured, but executes the command in cmd: NPM install-g fis appears below:
C:\USERS\DUANLIN>NPM Install Fis-g
NPM WARN Optional DEP failed, continuing [email protected]
NPM WARN Optional DEP failed, continuing [email protected]
C:\Program Files\nodejs\node_gobal\fis->c:\program Files\nodejs\node_gobal\node_modules\fis\bin\fis
[Email Protected]:\program Files\nodejs\node_gobal\node_modules\fis
├──[email protected]
├──[email protected]
├──[email protected]
├──[email protected]
├──[email protected]
├──[email protected]
├──[email protected] ([email protected])
├──[email protected] ([email protected])
├──[email protected] ([email protected], node-png
[Email protected])
├──[email protected] ([email protected])
├──[email protected] ([email protected])
├──[email protected] ([email protected], [email protected])
├──[email protected] ([email protected], [email protected], Livereload-serv
[Email protected])
├──[email protected] ([email protected], [email protected])
└──[email protected] ([email protected], [email protected], [email protected]
2.2, [email protected], [email protected], [email protected], [email protected])
To do it again: c:\users\duanlin>fis-v
Get:
' FIS ' is not an internal or external command, nor is it a running program
or batch file.
Later, the study learned that there was a path to the system without loading it, so add a line to the name of the path variable inside the system variable.
; C:\Program files\nodejs\node_gobal\ Remember this is the path that is indicated in the top cmd \fis\ that part of the front (note that most people have other software configuration paths under the path, so need to use; Save the new add-in path and the other partition) and re-install the FIS is OK.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/6D/7B/wKiom1VlIdziVqtAAAFbHe3sFyw072.jpg "title=" QQ picture 20150527094616.png "alt=" Wkiom1vlidzivqtaaafbhe3sfyw072.jpg "/>
This article is from the "D-Small snail" blog, please be sure to keep this source http://10271962.blog.51cto.com/10261962/1655508
After you install FIS on node. JS, it shows that FIS is not an internal command to install the FIS environment variable configuration problem