最新のexpress-coffeeをインストールし、 node-configもインストールしました。単純なsrc/config/default.yamlを作成しました
Database:
db_host: localhost
db_name: test
私のsrc/models/index.coffeeで
config = require('config').Database
console.log "host: #{config.db_host}"
しかし、サーバーを起動しようとすると、cake dev
またはcake build && node app
次のエラーが発生します。
Cannot write runtime.json file Error: ENOENT, no such file or directory
こことGoogleで問題を検索しようとしましたが、何も見つかりませんでした。ENOENTまたはnode-configruntime.jsonでのいくつかのヒットでさえ、役に立ちませんでした。他の誰かが前にこの問題に遭遇しますか?