问题标签 [towerjs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - Windows 7 上的 Tower.js:无法读取 null 的属性监视文件
我已按照Tower.js 的安装说明进行操作,但在尝试启动服务器时出现错误。
我的安装步骤是-
- 安装 node.js
- 安装 mongodb
- 安装 Ruby 和 Ruby 开发工具包。
- 安装 Tower.js-
- 生成应用
我收到一个错误npm test
-
运行节点服务器,服务器启动,但给出连续错误
我是 Node.js 的新手,并且在 Windows 7 64 位上。关于可能导致此错误的任何提示?
towerjs - 如何将 towerjs 资产上传到 S3?
在 towerjs 中将生产资产上传到 S3 的正确方法是什么?我在 config/credentials.coffee 中配置了我的 S3 凭据
然后我尝试蛋糕资产:发布
并得到
更新:我发现任务assets:upload:s3中的正确行应该看起来 client = knox.createClient Tower.config.credentials.s3
但后来我得到另一个错误
似乎 Tower.secrets.s3.bucket 在其他地方硬编码。
谢谢,安德烈
node.js - 将 Angular.js 与 Node.js 集成(Express+Tower.js)
我是节点新手。我非常喜欢 AngularJS 的方法。我喜欢我在 towerjs 中看到的东西。
有没有人把这两个连接在一起?我认为塔主要用于后端 api/rest 和 angular 用于客户端。
oauth - 带有 passport.js 示例的 tower.js
我是 tower.js 的新手,我想为 facebook 身份验证集成 passport.js,请任何人都可以给我一个简短但详细的示例,如何集成登录功能以及将代码放在哪里。谢谢。
node.js - 连接无法在节点应用程序中连接 mongodb
使用节点 server.js 启动服务器时出现错误。错误详情在这里:
谁能帮我解决它?谢谢,
meteor - Integrating Expressjs or towerjs with meteor
We are building a web app, and were evaluating to use meteor. At this point meteor does not do much at the server side. ex there is no routing layer, controllers, ORM etc.
So my first question is are these features expected in future?. Is it going to provide a full stack web framework like Rails.
At this point if we need to use meteor we need more features on the server side. So is it possible to integrate server side mvc web frameworks in meteor like Express , towerjs, railways etc with meteor? Or the other way, can meteor be integrated into such frameworks.
models - 指定或更改 Tower 模型的 ID
您不能再在 towerjs 的当前开发分支中设置特定的 id。
你知道有没有办法做到这一点?
我似乎无法做到:
ember.js - 计算属性在 EmberJS 中未正确显示,显示 [object Object]
如果我按照文档在咖啡脚本中有一个 ember 对象
Usingperson.get('fullName')
返回一个 ember 对象而不是全名
因此(我假设),我看到[object Object]
的不是 fullName
这呈现:
towerjs - 在 TowerJS 视图中覆盖模板逻辑
如何覆盖模板在 TowerJS 中的呈现方式?我知道我可以使用 Jade,但如果我坚持使用 CoffeeKup,我怎么能拥有这个代码:
...生成这个:
...而不是这个:
我想我是在挑剔<ol>
vs <ul>
,但我刚刚开始使用 Tower 来评估铁路和德比。这是 CoffeKup 问题还是 Mint 问题?
node.js - 在 ubuntu 上安装 towerjs 时遇到问题
当 towerjs 安装后脚本运行时,我不断收到此错误
我试过 sudo 和 -g 但我认为这是因为安装后脚本不包含 sudo。我可以自己安装咖啡杯,但塔式安装失败。