question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mnkhouricommented, Sep 7, 2018

@niftylettuce for your issue Cannot read property 'renderSync' of null, it is likely because you do not have node-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!

1reaction
niftylettucecommented, Aug 19, 2017

Upon using --json I see there’s some issue with renderSync in parseSASS?

https://github.com/depcheck/depcheck/blob/master/src/parser/sass.js#L9

TypeError: Cannot read property 'renderSync' of null\n    at parseSASS (/Users/niftylettuce/.nvm/versions/node/v8.3.0/lib/node_modules/depcheck/dist/parser/sass.js:27:30)\n    at /Users/niftylettuce/.nvm/versions/node/v8.3.0/lib/node_modules/depcheck/dist/check.js:129:17\n    at tryToString (fs.js:513:3)
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found