npm构建没有错误但不工作?

时间:2016-12-21 11:42:56

标签: node.js github npm npm-install

我是NPM和node.js的新手我试图运行这个MIT项目

 https://github.com/quran/quran.com-frontend

我按照开发者的说明进行了

0-npm install dotenv --save
1- update the API_URL, in development.env file, from localhost to api.quran.com
2-To start the app,run  ====> npm run dev 
3- Go to http://localhost:8001 in your browser

我收到此警告消息几次

'env' is not recognized as an internal or external command, operable program or batch file. 
'env' is not recognized as an internal or external command.

但是它构建项目没有其他错误,但是当我检查localhost地址时它不起作用,出了什么问题?

1 个答案:

答案 0 :(得分:1)

该项目假设您正在使用* nix而不是Windows,因为它使用的env命令不是Windows命令。您将需要切换平台或向该项目的问题跟踪器提交问题,请求他们使package.json脚本独立于平台。