0

我正在使用带有 socketstream 的 node.js ..我在运行我的时候遇到了以下错误

“appln.Cannot find module '/entry' [Break On This Error]

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 回答