我正在使用带有socketstream的node.js.我在运行
时遇到以下错误“appln.Cannot find module'/ entry' [打破此错误]
抛出新错误(“无法找到模块”“+ x +”'“)
NewNodeProject
client
-code
-app
-libs
-css
-libs
static
templates
views
-app.html
node_modules
-express
-socketstream
server
-rpc
-user.js
-app.js
答案 0 :(得分: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)