Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js v0.7系でnode game installが動かないかも #77

Open
miio opened this issue Apr 15, 2012 · 3 comments
Open

Node.js v0.7系でnode game installが動かないかも #77

miio opened this issue Apr 15, 2012 · 3 comments

Comments

@miio
Copy link
Owner

miio commented Apr 15, 2012

OS: Ubuntu 10.04LTS

root@kg-osushi-www:/home/osushi# node -v
v0.7.8-pre

root@kg-osushi-www:/home/osushi# node game install
15 Apr 23:58:54 - Wait a minute.
15 Apr 23:58:54 - output: index.html
15 Apr 23:58:54 - output: server/config.json
15 Apr 23:58:55 - [cd server;npm install] finished.
15 Apr 23:58:55 - [cd client;npm install] finished.
15 Apr 23:58:55 - output: client/src/server_config.coffee
{ [Error: Command failed: path.existsSync is deprecated. It is now called fs.existsSync.

node.js:247
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: write EPIPE
at errnoException (net.js:686:11)
at Object.afterWrite as oncomplete
] killed: false, code: 1, signal: null }
root@kg-osushi-www:/home/osushi# node game install
16 Apr 00:17:19 - Wait a minute.
16 Apr 00:17:19 - output: index.html
16 Apr 00:17:19 - output: server/config.json
16 Apr 00:17:19 - [cd server;npm install] finished.
16 Apr 00:17:19 - [cd client;npm install] finished.
16 Apr 00:17:19 - output: client/src/server_config.coffee
{ [Error: Command failed: path.existsSync is deprecated. It is now called fs.existsSync.
{ [Error] code: 127 }

node.js:247
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: write EPIPE
at errnoException (net.js:686:11)
at Object.afterWrite as oncomplete
] killed: false, code: 1, signal: null }

@ww24
Copy link
Collaborator

ww24 commented Apr 15, 2012

現在stableのv0.6系で動けば良いと思います。
v0.7系は仕様変更が激しい///ので、v0.8が出たときに対応でも遅くないかと。

※v0.6._までpath.existsSyncだったものが、v0.7._でfs.existsSyncになって動かなくなりました。

@miio
Copy link
Owner Author

miio commented Apr 15, 2012

そんなことになってたのね。

サーバ側には0.6系を再インストールしておきます。

@miio miio closed this as completed Apr 15, 2012
@miio miio reopened this Apr 15, 2012
@miio
Copy link
Owner Author

miio commented Apr 15, 2012

root@kg-osushi-www:/home/osushi# node game install
16 Apr 02:44:29 - Wait a minute.
16 Apr 02:44:29 - output: index.html
16 Apr 02:44:29 - output: server/config.json
16 Apr 02:44:29 - [cd client;npm install] finished.
16 Apr 02:44:29 - output: client/src/server_config.coffee
16 Apr 02:44:29 - [cd server;npm install] finished.
{ [Error: Command failed:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: write EPIPE
at errnoException (net.js:670:11)
at Object.afterWrite as oncomplete
] killed: false, code: 1, signal: null }

0.6.15もうごかなかった。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants