Doesn't appear to work 0.6.7
See original GitHub issue~/eg$ depcheck --specials webpack,eslint
Unused dependencies
* babel-core
* babel-loader
* babel-preset-es2015
* lodash
* moment
* moment-duration-format
* path
* request
* standard
* url
* uuid
* uuid-parse
* vue-loader
* vue-material
* vue-template-compiler
* vue-video
* vue-video-player
* webpack-dev-server
* zencoder
Unused devDependencies
* async-waterfall
* babel-eslint
* css-loader
* eslint
* eslint-config-standard
* eslint-config-standard-jsx
* eslint-plugin-html
* eslint-plugin-import
* eslint-plugin-node
* eslint-plugin-promise
* eslint-plugin-react
* eslint-plugin-standard
* file-loader
* json-loader
* style-loader
~/eg$ grep -r uuid src | grep require
src/components/Clip.vue:const uuidv4 = require('uuid/v4')
~/eg$ grep json-loader webpack.config.js
loader: 'json-loader'
I use uuid
as well as json-loader
, so why the false positives?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Vanilla Fallout 4 1.10.82.0 Does NOT Work with F4SE ... - Reddit
Tried multiple times with fresh install of Fallout 4 but F4SE crashes on startup with NO MODS. The latest UPDATE somehow does NOT...
Read more >Source code not showing - Google Groups
I started debugging my program at cgdb and it doesn't show the source code. I'm currently using Ubuntu 14.10 and cgdb 0.6.7. I...
Read more >[Resolved] [0.6.7] bug [SerializeField] does not render ...
It seems someone had enabled the staging packages in the project. this is not a bug in 0.6.7. many thanks for your time....
Read more >Daily template is no longer working since upgrade (0.6.7)
Since upgrading my daily template does not automatically appear. The config.edn file which specifies the template has not changed:.
Read more >Velociraptor Version 0.6.7: Better Offline Collection ... - Rapid7
The Offline Collector does not require access to the server, instead simply collecting the specified artifacts into a zip file (which can ...
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
@niftylettuce for your issue
Cannot read property 'renderSync' of null
, it is likely because you do not havenode-sass
installed, which is required for parsing sass.There have been a couple of versions (with several fixes) published since this issue was filed – please don’t hesitate to open a new issue if you have a problem!
Upon using
--json
I see there’s some issue withrenderSync
in parseSASS?https://github.com/depcheck/depcheck/blob/master/src/parser/sass.js#L9