Post AN0eS4OOQrcMN3D3VA by capn_b@fosstodon.org
 (DIR) More posts by capn_b@fosstodon.org
 (DIR) Post #AN0Xx0xQYP1N11PAcy by murtezayesil@fosstodon.org
       2022-08-29T03:41:30Z
       
       0 likes, 2 repeats
       
       currently installing @peertube on Ubuntu 20.04 server and I am stuck at Install Peertube step of Prepare PeerTube Directory.Installation fails because eslint-plugin-jsdoc module expects an older version of the engine "node".See Docs: https://docs.joinpeertube.org/install-any-os?id=page_facing_up-prepare-peertube-directory
       
 (DIR) Post #AN0Z47dkCsLfiq9SM4 by murtezayesil@fosstodon.org
       2022-08-29T03:53:59Z
       
       0 likes, 0 repeats
       
       Question: There seems to be a newer version of eslint-plugin-jsdoc (39.3.6). Am I suppose to bump the required version of eslint from 38.X to 39.X?@peertube
       
 (DIR) Post #AN0ZJ92PIAGCOvqnYG by murtezayesil@fosstodon.org
       2022-08-29T03:56:42Z
       
       0 likes, 0 repeats
       
       Question: There seems to be a newer version of eslint-plugin-jsdoc (39.3.6). Am I suppose to bump the required version of eslint from 38.X to 39.X?If so, how do I do it?Both `yarn add eslint-plugin-jsdoc@39.3.6` and `npm install eslint-plugin-jsdoc@39.3.6` give error.@peertube
       
 (DIR) Post #AN0eS4OOQrcMN3D3VA by capn_b@fosstodon.org
       2022-08-29T04:54:21Z
       
       0 likes, 0 repeats
       
       @murtezayesil @peertube you can use nvm to manage your mode environment. install then use "nvm install 16.16.0" then "nvm use 16.16.0". when you need to use node 18 just "nvm use" that version again
       
 (DIR) Post #AN1NdMtmSkLEtDeWFk by murtezayesil@fosstodon.org
       2022-08-29T13:20:37Z
       
       0 likes, 0 repeats
       
       I am talking about `npm`, `npm use 16` returns `Unknown command: "use"` error nessage.@capn_b 74
       
 (DIR) Post #AN1SzR9vnoI2FFY7l2 by capn_b@fosstodon.org
       2022-08-29T14:20:34Z
       
       0 likes, 0 repeats
       
       @murtezayesil I know. nvm is a different program, it manages your node environment. if you install it, then use it to install a supported node version, then do "nvm use x" where x is an installed node version, it will set your environment to use that node version. you should do that so you can build peertube