You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sails.log.error("Because of an underlying issue with felixge's node-dirty (),");
384
+
sails.log.error("the development-only persistent disk store in the sails-dirty adapter is not compatibile with node v0.10.0.");
385
+
sails.log.error("Please use the MySQL or MongoDB adapter, switch the inMemory flag to true, or revert to node 0.8.22 using a solution like TJ Hollaway's `n`.");
386
+
process.exit(1);
387
+
}
388
+
381
389
// Check that filePath file exists and build tree as neessary
0 commit comments