Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created November 8, 2020 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/965e996ba3c154b5d0e30a4188e886c0 to your computer and use it in GitHub Desktop.
Save cmoulliard/965e996ba3c154b5d0e30a4188e886c0 to your computer and use it in GitHub Desktop.
volumio@volumio:/data/plugins/music_service/youtube$ rm -Rf nodes_modules
volumio@volumio:/data/plugins/music_service/youtube$ npm install
npm WARN youtube@0.1.0 No repository field.
up to date in 3.944s
volumio@volumio:/data/plugins/music_service/youtube$ cat package.json
{
"name": "youtube",
"version": "0.1.0",
"description": "Youtube playback and public sharing for the Volumio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cris Pintea <cris@pintea.net>, Stefan Laesser <sla89@gmx-topmail.de> (reworked by Patrick Kan <patrickkfkan@gmail.com>)",
"license": "MIT",
"volumio_info": {
"prettyName": "Youtube Playback",
"plugin_type": "music_service",
"icon": "fa-youtube",
"boot_priority": 10
},
"dependencies": {
"googleapis": "45.0.0",
"iso8601-duration": "1.0.6",
"kew": "0.7.0",
"md5": "2.2.1",
"node-cache": "5.0.1",
"v-conf": "^1.4.0",
"ytdl-core": "^4.0.3"
}
}
volumio@volumio:/data/plugins/music_service/youtube$ npm --depth 9999 update
╭──────────────────────────────────────╮
│ │
│ Update available 5.6.0 → 6.14.8 │
│ Run npm i -g npm to update │
│ │
╰──────────────────────────────────────╯
volumio@volumio:/data/plugins/music_service/youtube$ cat package.json
{
"name": "youtube",
"version": "0.1.0",
"description": "Youtube playback and public sharing for the Volumio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cris Pintea <cris@pintea.net>, Stefan Laesser <sla89@gmx-topmail.de> (reworked by Patrick Kan <patrickkfkan@gmail.com>)",
"license": "MIT",
"volumio_info": {
"prettyName": "Youtube Playback",
"plugin_type": "music_service",
"icon": "fa-youtube",
"boot_priority": 10
},
"dependencies": {
"googleapis": "45.0.0",
"iso8601-duration": "1.0.6",
"kew": "0.7.0",
"md5": "2.2.1",
"node-cache": "5.0.1",
"v-conf": "^1.4.0",
"ytdl-core": "^4.0.3"
}
}
volumio@volumio:/data/plugins/music_service/youtube$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment