-
Notifications
You must be signed in to change notification settings - Fork 817
Description
执行命令: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 either false or a locally-installed version of Lodash (typically require('lodash')). For more info, see http://sailsjs.com/config/globals
error: 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)
