sudo npm install -g p5-manager
gives me the following errors:
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: Thanks for using Babel: we recommend using babel-preset-env now:…
npm WARN deprecated [email protected]: request has been deprecated …
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Please see …
npm WARN deprecated [email protected]: …
npm WARN deprecated [email protected]: this library is no longer supported
/usr/bin/p5 → /usr/lib/node_modules/p5-manager/bin/p5-manager.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/p5-manager/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
p5 g -b test
creates the appropriate files in the test folder
I’ve chased some of the errors on the internet but none of the results answer my question which is how to eliminate these errors. I assumed that there would be a new version of node but there are no referenes to that effect.
I am using node version: v14.15.5 which includes npm version: 6.14.11 and p5-manager: 0.4.3
My PC nas an I9 processor with 32 Gb ram, running Linux Mint 19.3
I would appreciate any help as I am new to js, node and p5.js
Thanks