webpack cannot find gumshoe dependency (v4.0.1)
See original GitHub issueAfter installing gumshoe v4.0.1 from Github repository (as that release hadn’t been published to npm), webpack fails to find it:
"gumshoe": "https://github.com/cferdinandi/gumshoe.git#v4.0.1",
import Gumshoe from 'gumshoe';
This dependency was not found:
* gumshoe in ./resources/assets/scripts/routes/common.js
To install it, you can run: npm install --save gumshoe
In node_modules
there is a gumshoe
directory for the gumshoe
v4.0.1 module.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
node.js - Error: Cannot find module 'webpack' - Stack Overflow
I was having this issue on OS X and it seemed to be caused by a version mismatch between my globally installed webpack...
Read more >Web Libraries in Jars - WebJars
find -file, org.webjars, find-file, 0.1.4 · Firebase, org.webjars, firebase, 3.6.4 3.2.0 3.1.0 2.2.1 2.1.2 2.0.4 1.0.17 · FitVids.js, org.webjars, FitVids.js ...
Read more >Styled-jsx NPM | npm.io
Can I return an array of components when using React 16? Styling third parties / child components from the parent · Some styles...
Read more >Untitled
Lenmar battery case iphone 4, Verizon center suite prices, Phone number ... Premrajh, The new addams family wednesday quotes, Life doesn't get better...
Read more >SteamWorks (v0.3) | GM Binder
... filter: saturate(.1); -webkit-filter: hue-rotate(190deg) saturate(0.1); ... or there may be technological elements you feel are missing that you desire.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed the build path while making some documentation updates and just noticed your PR. Sorry about that!
Ah, that’s a bug I can fix. Thanks!