Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated package.json with lodash-node dependency version | Fixes 'cannot... #21

Merged
merged 1 commit into from
Jan 27, 2015
Merged

Conversation

scorpwarp23
Copy link
Contributor

... find module 'lodash-node/underscore' issue.

Lodash-Node has been recently updated. It no longer has an 'underscore' folder and as a consequence there's an error:

Error: Cannot find module 'lodash-node/underscore'
  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)
.................

This commit fixes the issue by using an appropriate version of lodash

…not find module 'lodash-node/underscore' issue.

Lodash-Node has been recently updated. It no longer has an 'underscore' folder and as a consequence there's an error:

```
Error: Cannot find module 'lodash-node/underscore'
  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)
.................
```

This commit fixes the issue by using an appropriate version of `lodash`
@jbrooksuk
Copy link
Owner

Thanks for this! It looks like I was way too eager.

jbrooksuk added a commit that referenced this pull request Jan 27, 2015
Updated package.json with lodash-node dependency version | Fixes 'cannot...
@jbrooksuk jbrooksuk merged commit ff110ff into jbrooksuk:master Jan 27, 2015
@tellnes tellnes mentioned this pull request Jan 29, 2015
@scorpwarp23
Copy link
Contributor Author

Please do a version bump to 1.0.1 so that npm install works. Else the error persists.

@jbrooksuk
Copy link
Owner

Sorry about that, it's done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants