Sails初始化错误

时间:2015-02-06 16:45:03

标签: node.js express sails.js

我正在构建一个Sails应用程序,突然它停止了工作。我运行sudo node app.js来启动应用程序并在终端上抛出错误:

A hook (`userconfig`) failed to load!
error: Error: Invalid module: [object Object],(...)

我试图重新安装所有模块,但没有运气。 我已经提到了一些问题,比如herehere,但这不是我想要的。我将在这里提供我的package.json文件,以防有人需要阅读它:

{
    "name": "myapp",
    "private": true,
    "version": "0.0.1",
    "description": "my app description",
    "keywords": [],
    "dependencies": {
        "bcrypt": "~0.7.6",
        "ejs": "~0.8.4",
        "grunt": "0.4.2",
        "grunt-contrib-clean": "~0.5.0",
        "grunt-contrib-coffee": "~0.10.1",
        "grunt-contrib-concat": "~0.3.0",
        "grunt-contrib-copy": "~0.5.0",
        "grunt-contrib-cssmin": "~0.9.0",
        "grunt-contrib-jst": "~0.6.0",
        "grunt-contrib-less": "0.11.1",
        "grunt-contrib-uglify": "~0.4.0",
        "grunt-contrib-watch": "~0.5.3",
        "grunt-sails-linker": "~0.9.5",
        "grunt-sync": "~0.0.4",
        "include-all": "~0.1.3",
        "mqtt": "^1.0.8",
        "node-uuid": "^1.4.2",
        "passport": "^0.2.1",
        "passport-local": "^1.0.0",
        "rc": "~0.5.0",
        "sails": "~0.10.5",
        "sails-disk": "~0.10.0",
        "sails-mysql": "^0.10.11"
    },
    "scripts": {
        "start": "node app.js",
        "debug": "node debug app.js"
    },
    "main": "app.js",
    "repository": {
        "type": "git",
        "url": "my repo"
    },
    "author": "Me",
    "license": ""
}

任何帮助都会很棒...我提供了我认为必要的信息,但如果需要,我会提供更多信息。

修改 我已经看到了更多问题here,但也没有奏效。

1 个答案:

答案 0 :(得分:2)

您的应用程序由于某种原因无法加载配置文件。您可能在配置,配置数据冲突或更改.sailsrc中的配置路径中出现语法错误。

您不应该在config目录中包含.json文件。似乎sails从中加载每个文件并尝试将其识别为配置模块