'.'不被识别为内部或外部命令,

'.'不被识别为内部或外部命令,

问题描述:

 npm start

> server@1.0.0 start C:\Users\07\OneDrive\Desktop\Final Try\fabcar-blockchain-sample\web-app\server
> ./node_modules/nodemon/bin/nodemon.js src/app.js

'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! server@1.0.0 start: `./node_modules/nodemon/bin/nodemon.js src/app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the server@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\07\AppData\Roaming\npm-cache\_logs\2020-05-04T13_24_08_021Z-debug.log

'.不被识别为内部或外部命令.这里,我遵循基本的Hyperledger faberic Fabcar教程.但是我得到的错误是'".不被识别为内部或外部命令".我正在关注的教程是 https://github.com/IBM/fabcar-blockchain -样本.

将文件夹名称"Final Try"更改为"final-try",然后重试. (文件夹名称之间有空格)

change the folder name "Final Try" to "final-try" and try again.. it'll work (folder name has space in between)