Always getting NaNM size when runninng the script
See original GitHub issueHi, I have been trying out this module and every time I run it, I am getting the following output. Any idea what might be wrong? Node: v6.9.1 npm: 3.10.8 yarn: 0.16.1
β name β children β size β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-cli β 181 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β underscore β 0 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-loader β 13 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-plugin-syntax-flow β 0 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-plugin-transform-builtin-extend β 0 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-plugin-transform-flow-strip-types β 0 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-preset-es2015 β 38 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-preset-react β 6 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-preset-stage-0 β 30 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
β babel-register β 5 β NaNM β
βββββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββ€
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:13 (6 by maintainers)
Top Results From Across the Web
How can I get the size of a file in a bash script?
Your best bet if on a GNU system: stat --printf="%s" file.any. From man stat: %s total size, in bytes. In a bash script...
Read more >Export-CSV exports length but not name - Stack Overflow
When I run it without the export-csv i get all the folder names on the screen. dir | select -expand fullname | %...
Read more >Why do I receive the error "Attempt to execute SCRIPT ...
in my case, I got an error "Attempt to execute SCRIPT FILENAME as a function"? because one of my FILENAME in the folder...
Read more >Quotas for Google Services | Apps Script
Email total attachments size, 25 MB / msg, 25 MB / msg ... There are too many scripts running simultaneously for this Google...
Read more >Create and run scripts - Configuration Manager - Microsoft Learn
Run scripts on collections or individual on-premises managed Windows PCs. Get rapid aggregated script results from client devices.
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
Okay. Iβll comment out the
darwin
part in the meantime.It might be more popular, but I guess weβll just have to see if more people experience the same. Is there a way to try out the first command, and if it doesnβt work, to use the
darwin
workaround? Thanks for your time