Closed AntonTimiskov closed 10 years ago
the last commit has removed lodash from the list of dependencies in package.json and this is causing loading error for express and failure of subsequent grunt tasks. ... "dependencies": { ... "lodash": "~1.3.1", ... },
i fixed by adding the reference back in and manually adding the lodash package to the ..\grunt-express\node_modules directory (copy from ..\grunt\node_modules..)
I have the same problem: