-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sails lift ,执行后,报错 #30
Comments
在项目根目录执行 |
[root@iZbp11psgsvkxk5zglhb6jZ xxx]# sails lift --prod info: Starting app... 这就算启动了吗? |
@961900940 我遇到了相同的问题,尝试npm install ➜ wedding git:(master) ✗ npm install updated 1 package and audited 1698 packages in 4.713s |
现在项目根本跑不起来 |
|
删掉原来依赖,试试 |
试试 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
您好,我最近无法回复您的邮件。我将在空闲时间,尽快给您回复。
|
执行命令:sails lift
info: Starting app...
info: No local Sails install detected; using globally-installed Sails.
debug: Warning: Grunt functionality may not work properly with your current configuration.
debug: Run
npm install sails-hook-grunt --save
to continue using Grunt with your app.debug:
error: A hook (
userconfig
) failed to load!error:
error: As of Sails v1,
sails.config.globals._
must be eitherfalse
or a locally-installed version of Lodash (typicallyrequire('lodash')
). For more info, see http://sailsjs.com/config/globalserror: Could not load Sails app.
error:
error: Tips:
error: • First, take a look at the error message above.
error: • Make sure you've installed dependencies with
npm install
.error: • Check that this app was built for a compatible version of Sails.
error: • Have a question or need help? (http://sailsjs.com/support)
The text was updated successfully, but these errors were encountered: