課程
/云計算&大數(shù)據(jù)
/大數(shù)據(jù)
/ElasticSearch入門
npm run start報錯npm ERR! missing script: start,百度都說是package.json中缺少start字段,請問start中的內(nèi)容該怎么寫?
2021-01-12
源自:ElasticSearch入門 2-3
正在回答
請確保你下載的是https://github.com/mobz/elasticsearch-head?中master分支最新代碼
package.json中相關(guān)內(nèi)容如下
"scripts":?{ ????"start":?"grunt?server", ????"test":?"grunt?jasmine", ????"proxy":?"node?proxy/index.js" ??}
舉報
ElasticSearch輕松入門,Spring Boot集成ES
2 回答啟動時報npm run start
3 回答npm instoll時報錯Error: Cannot find module ‘’npm版本都符合要求
2 回答head插件中安裝npm報錯,啟動會有報錯提示!
3 回答PUT報錯
2 回答npm install后出來的
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2021-04-17
請確保你下載的是https://github.com/mobz/elasticsearch-head?中master分支最新代碼
package.json中相關(guān)內(nèi)容如下