Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Unable to resolve path to module 'underscore.string/titleize' import/no-unresolved #508

Closed
mythmon opened this issue Feb 13, 2017 · 2 comments · Fixed by #512
Closed

Unable to resolve path to module 'underscore.string/titleize' import/no-unresolved #508

mythmon opened this issue Feb 13, 2017 · 2 comments · Fixed by #512
Assignees

Comments

@mythmon
Copy link
Contributor

mythmon commented Feb 13, 2017

In CI build 1529 on master, this error came up:

/app/code/recipe-server/client/control/actions/FilterActions.js
  12:22  error  Unable to resolve path to module 'underscore.string/titleize'  import/no-unresolved

The build in the PR also had the error, but the error was not reported because of #481.

I don't think we have the underscore library installed that can support this sort of piece-meal usage. I also didn't find titleize in the version of underscore installed in recipe-server.

@mythmon mythmon added this to the Sprint 5 - February 6th - February 18th, 2017 milestone Feb 13, 2017
@mythmon
Copy link
Contributor Author

mythmon commented Feb 13, 2017

This builds fine in Webpack, which makes me think this is more of a linting issue than a packaging issue. But I don't actually understand how it could work either way.

@mythmon mythmon assigned mythmon and unassigned andymikulski Feb 13, 2017
@mythmon
Copy link
Contributor Author

mythmon commented Feb 13, 2017

Since Andy is doing onboarding this week, I'll take this.

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

Successfully merging a pull request may close this issue.

2 participants