Skip to content

Commit 2394cd0

Browse files
committed
v0.9.44
1 parent 19cb134 commit 2394cd0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bin/cli.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ var createSuccess = function () {
125125
console.log('Installing app dependencies using npm. This could take a while...');
126126
var installProcess = exec(npmInstall, options, function (err) {
127127
if (err) {
128-
errorMessage("Failed to install dependencies for sample '" + arg1 + "' app. Navigate to " +
129-
destDir + " and then try to run 'npm install' from there.");
128+
errorMessage("Failed to install dependencies for sample '" + arg1 + "' app. Try to run the create command again.");
130129
} else {
131130
try {
132131
fs.writeFileSync(clientFileDestPath, fs.readFileSync(clientFileSourcePath));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socketcluster",
33
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
4-
"version": "0.9.43",
4+
"version": "0.9.44",
55
"homepage": "https://github.com/topcloud/socketcluster",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)