Closed erlebach closed 3 years ago
Hi @erlebach. Not quite sure what's going on here, as these messages are associated with the devDependencies, yet you say you were running npm install --save vue-visjs
. In any case:
(1) the deprecations arise from vue-cli and may disappear once we move to vue-cli v3. They don't really matter.
(2) node-webcrypto-ossl is required for testing only to polyfil the use of browser-only crypto by the underlying visjs libraries for generation of UUIDs. (Node 16 adds the relevant web crypto API, so this requirement will go away in due course).
(3) the node-gyp errors are a problem with the Xcode installation on your machine. I don't use macOS, but googling provides results such as https://stackoverflow.com/questions/60573595/npm-install-fails-on-node-gyp-rebuild-with-gyp-no-xcode-or-clt-version-detec which suggest various fixes.
Hope this helps.
When running
npm install --save vue-visjs
I get a lot of deprecated messages and then errors. Something must be misconfigured on my mac. Thank you for any help you can provide. Thanks. Errors below: (I do not know why crypto libraries are needed for Vis.js).Here is the log: