blai / grunt-express

Start an Express.js web server using grunt.js
MIT License
254 stars 41 forks source link

1.3.0 version got missed dependency "lodash" in package.json #53

Closed AntonTimiskov closed 10 years ago

WardMe commented 10 years ago

I have the same problem:

Loading "express.js" tasks...ERROR
>> Error: Cannot find module 'lodash'
goodlaff commented 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..)