Error: Cannot find module '/Users/kmandrup/private/angular-projects/angular-sails-crud/node_modules/sails/lib'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at liftSails (/usr/local/lib/node_modules/sails/bin/lift.js:98:7)
However there IS a folder /Users/kmandrup/private/angular-projects/angular-sails-crud/node_modules/sails/lib
Looks like it uses my globally installed Sails 0.9.7 and looks for a file locally which is "out of sync"? i.e version conflict, which others also have commented on
However there IS a folder
/Users/kmandrup/private/angular-projects/angular-sails-crud/node_modules/sails/libLooks like it uses my globally installed Sails 0.9.7 and looks for a file locally which is "out of sync"? i.e version conflict, which others also have commented on