woowabros / WoowahanJS

웹 어플리케이션 개발을 위한 JS프레임워크
193 stars 40 forks source link

npm run demo-server 수행시 오류가 발생합니다. #2

Closed sehan closed 8 years ago

sehan commented 8 years ago

저장소상에 server/demo.js 파일이 없습니다.

woowahanjs@0.0.9 demo-server /Users/sehan/Projects/WoowahanJS
node ./server/demo.js

module.js:440
    throw err;
    ^

Error: Cannot find module '/Users/sehan/Projects/WoowahanJS/server/demo.js'
    at Function.Module._resolveFilename (module.js:438:15)
    at Function.Module._load (module.js:386:25)
    at Function.Module.runMain (module.js:575:10)
    at startup (node.js:160:18)
    at node.js:445:3

npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/Cellar/node/6.1.0/bin/node" "/usr/local/bin/npm" "run" "demo-server"
npm ERR! node v6.1.0
npm ERR! npm  v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! woowahanjs@0.0.9 demo-server: `node ./server/demo.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the woowahanjs@0.0.9 demo-server script 'node ./server/demo.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 woowahanjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ./server/demo.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs woowahanjs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls woowahanjs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/sehan/Projects/WoowahanJS/npm-debug.log
sehan commented 8 years ago

자답합니다. ^^;

examples/listview 에서 npm run demo-server 해야하는군요.

오늘 발표하신 페이지를 보려고 했는데 remote 저장소에 아직 안올라왔나 보네요?

ibare commented 8 years ago

네~ 아직 마무리 작업이 안되었네요. 셈플쪽과 정리가 필요한 부분들이 아직 조금 더 남았습니다. ^^

sehan commented 8 years ago

넵 😄

WoowahanJS 가 회사 public repository 오픈되는 날이 빨리 왔으면 좋겠습니다.

ibare commented 8 years ago

컨트리뷰션 해주세요~~ ㅎㅎㅎ

sehan commented 8 years ago

@ibare 유저부터 시작해서 접근해 보겠습니다. ㅎㅎ

woowa commented 8 years ago

이슈는 close 할께요. ( README는 정리 예정 )