簡體   English   中英

失敗npm運行開始

[英]failure npm run start

我對節點還很陌生,並且在遷移解析數據庫時遇到問題。 npm install並嘗試npm run ,出現以下錯誤:

npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "start"
npm ERR! node v7.1.0
npm ERR! npm  v3.10.9
npm ERR! code ELIFECYCLE
npm ERR! parse-server-example@1.4.0 start: `node index.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the parse-server-example@1.4.0 start script 'node index.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the parse-server-example package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node index.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs parse-server-example
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls parse-server-example
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/DimasImac/Documents/Development/Parse/npm-debug.log
Dimas-Imac:Parse DimasImac$

任何幫助將不勝感激。 謝謝

我解決了這個問題。 這是一個小問題,但會引起頭痛。 在編輯服務器以添加我的appID和服務器URI時,我在Mac上使用TextEdit。 文本編輯不使用ASCII引號<>,而是使用卷曲的類型。我在另一個編輯器中打開了服務器,它運行良好,現在,我可以啟動服務器並對其進行查詢。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM