작성
·
4.3K
0
MACui-MacBook-Air:02 mac$ npm start
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/mac/.npm/_logs/2022-08-13T04_42_44_373Z-debug-0.log
MACui-MacBook-Air:02 mac$ n lts
bash: n: command not found
MACui-MacBook-Air:02 mac$ npm start
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/mac/.npm/_logs/2022-08-13T04_43_52_792Z-debug-0.log
MACui-MacBook-Air:02 mac$ npm start
npm ERR! code EJSONPARSE
npm ERR! path /Users/mac/Desktop/threejs/02/package.json
npm ERR! JSON.parse Unexpected token "{" (0x7B) in JSON at position 541 while parsing near "...: \"^0.143.0\"\n }\n}\n\n{\n \"name\": \"threejs..."
npm ERR! JSON.parse Failed to parse JSON data.
npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/mac/.npm/_logs/2022-08-13T04_45_27_810Z-debug-0.log
MACui-MacBook-Air:02 mac$ npm webpack serve --progress
Unknown command: "webpack"
와.........구글링하다가 겨우 찾았네 감사합니다 !! ㅠㅠ