You can't just follow the directions on the site, you have to do some mojo first.
sudo apt-get update
You can't just follow the directions on the site, you have to do some mojo first.
sudo apt-get update
const fs = require('fs'); | |
const depcheck = require('depcheck'); | |
const options = { | |
ignoreBinPackage: false, | |
ignoreDirs: [ | |
'client', | |
], | |
parsers: { // the target parsers |
' Copyright (C) 2016 Mike Rourke | |
' Permission is hereby granted, free of charge, to any person obtaining a copy | |
' of this software and associated documentation files (the "Software"), to deal | |
' in the Software without restriction, including without limitation the rights | |
' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
' copies of the Software, and to permit persons to whom the Software is | |
' furnished to do so, subject to the following conditions: | |
' The above copyright notice and this permission notice shall be included in |