File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,7 @@ var createSuccess = function () {
125
125
console . log ( 'Installing app dependencies using npm. This could take a while...' ) ;
126
126
var installProcess = exec ( npmInstall , options , function ( err ) {
127
127
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." ) ;
130
129
} else {
131
130
try {
132
131
fs . writeFileSync ( clientFileDestPath , fs . readFileSync ( clientFileSourcePath ) ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socketcluster" ,
3
3
"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 " ,
5
5
"homepage" : " https://github.com/topcloud/socketcluster" ,
6
6
"contributors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments