Created
June 7, 2017 09:06
-
-
Save dclarke-modus/a740ab724a1b47d0398bb5adb5f930c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@vagrant-ubuntu-trusty-64:~/api$ sails lift | |
module.js:487 | |
throw err; | |
^ | |
Error: Cannot find module '@sailshq/lodash' | |
at Function.Module._resolveFilename (module.js:485:15) | |
at Function.Module._load (module.js:437:25) | |
at Module.require (module.js:513:17) | |
at require (internal/module.js:11:18) | |
at Object.<anonymous> (/usr/local/lib/node_modules/sails/bin/sails.js:8:9) | |
at Module._compile (module.js:569:30) | |
at Object.Module._extensions..js (module.js:580:10) | |
at Module.load (module.js:503:32) | |
at tryModuleLoad (module.js:466:12) | |
at Function.Module._load (module.js:458:3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment