Skip to content

Issues installing OrbitViewer under Mac OSX BigSur #4

@OrbitalMechanic

Description

@OrbitalMechanic

I'm attempting to install OrbitViewer on a Mac Pro (2019) desktop under Mac OSX v. 11.6 (Big Sur) running javac ver. 13.0.2. The messages I've gotten are as follows:

'''
Last login: Mon Oct 4 21:29:19 on ttys000
(base) user@Mac-Pro ~ % cd OrbitViewer-master
(base) user@Mac-Pro OrbitViewer-master % npm install
(node:36874) ExperimentalWarning: The fs.promises API is experimental
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated xmldom@0.1.31: Deprecated due to CVE-2021-21366 resolved in 0.5.0
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142

added 457 packages, and audited 458 packages in 43s

40 packages are looking for funding
run npm fund for details

13 vulnerabilities (1 low, 4 moderate, 6 high, 2 critical)

To address all issues (including breaking changes), run:
npm audit fix --force

Run npm audit for details.
(base) user@Mac-Pro OrbitViewer-master % npm audit fix --force
(node:37760) ExperimentalWarning: The fs.promises API is experimental
npm WARN using --force Recommended protections disabled.
npm WARN audit Updating tap-spec to 5.0.0,which is a SemVer major change.
npm WARN audit Updating browserify to 17.0.0,which is a SemVer major change.
npm WARN audit Updating fabric to 4.6.0,which is a SemVer major change.
npm WARN audit Updating watchify to 4.0.0,which is a SemVer major change.
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see request/request#3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142

added 149 packages, removed 230 packages, changed 70 packages, and audited 377 packages in 17s

49 packages are looking for funding
run npm fund for details

npm audit report

trim <0.0.3
Severity: high
Regular Expression Denial of Service in trim - https://npmjs.com/advisories/1700
fix available via npm audit fix --force
Will install tap-spec@2.2.2, which is a breaking change
node_modules/trim
tap-out *
Depends on vulnerable versions of trim
node_modules/tap-out
tap-spec 2.1.2 || >=3.0.0
Depends on vulnerable versions of tap-out
node_modules/tap-spec

3 high severity vulnerabilities

To address all issues (including breaking changes), run:
npm audit fix --force
(base) user@Mac-Pro OrbitViewer-master % npm audit fix --force
(node:38070) ExperimentalWarning: The fs.promises API is experimental
npm WARN using --force Recommended protections disabled.
npm WARN audit Updating tap-spec to 2.2.2,which is a SemVer major change.

added 46 packages, removed 11 packages, changed 2 packages, and audited 412 packages in 5s

49 packages are looking for funding
run npm fund for details

npm audit report

trim-newlines <3.0.1 || =4.0.0
Severity: high
Regular Expression Denial of Service - https://npmjs.com/advisories/1753
fix available via npm audit fix
node_modules/trim-newlines
meow 3.4.0 - 5.0.0
Depends on vulnerable versions of trim-newlines
node_modules/meow

2 high severity vulnerabilities

To address all issues, run:
npm audit fix
(base) user@Mac-Pro OrbitViewer-master % npm audit fix
(node:38447) ExperimentalWarning: The fs.promises API is experimental

up to date, audited 412 packages in 2s

49 packages are looking for funding
run npm fund for details

npm audit report

trim-newlines <3.0.1 || =4.0.0
Severity: high
Regular Expression Denial of Service - https://npmjs.com/advisories/1753
fix available via npm audit fix
node_modules/trim-newlines
meow 3.4.0 - 5.0.0
Depends on vulnerable versions of trim-newlines
node_modules/meow

2 high severity vulnerabilities

To address all issues, run:
npm audit fix
(base) user@Mac-Pro OrbitViewer-master %
'''

Any suggestions?

Sam Dupree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions