0

私はsocketstreamでnode.jsを使用しています..実行中に次のエラーが発生します

「appln.モジュール '/entry' が見つかりません [このエラーで中断]

throw new Error("モジュールが見つかりません '" + x + "'")

           NewNodeProject
 client
   -code
      -app
      -libs 
   -css
      -libs
 static
 templates
 views
   -app.html
 node_modules
   -express
   -socketstream
 server
   -rpc
      -user.js
   -app.js
4

1 に答える 1

0

ここでの解決策は、SocketStream のジェネレーターを使用してアプリケーション フォルダーとファイルを生成し、ファイル/フォルダーが誤って失われないようにすることです。

socketstream new <project_name>

このコマンドで次のフラグを渡すことができます。

-c    (use CoffeeScript versions of the application's files)
-m    (generate the application without the demo code files)
-j    (use jade's templating system for the view & template files)
于 2013-01-04T20:33:19.990 に答える