Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run error #4068

Open
lionvoom opened this issue Oct 15, 2024 · 1 comment
Open

run error #4068

lionvoom opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@lionvoom
Copy link

lionvoom commented Oct 15, 2024

mac@macdeMBP-2 Hippy % git branch
* (HEAD detached at 3.3.2-rc.2)
  main
mac@macdeMBP-2 Hippy % node -v
v20.16.0
mac@macdeMBP-2 Hippy % npm install

> prepare
> is-ci || husky install

husky - Git hooks installed

up to date, audited 462 packages in 1s

42 packages are looking for funding
  run `npm fund` for details

18 vulnerabilities (9 moderate, 9 high)

To address issues that do not require attention, run:
  npm audit fix

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

Run `npm audit` for details.
mac@macdeMBP-2 Hippy % npm audit fix

added 2 packages, removed 2 packages, changed 12 packages, and audited 462 packages in 6s

42 packages are looking for funding
  run `npm fund` for details

…
mac@macdeMBP-2 Hippy % cd driver
mac@macdeMBP-2 driver % cd js
mac@macdeMBP-2 js % npm run init

> init
> npm install && npx lerna bootstrap && npm run build


up to date, audited 2098 packages in 3s

200 packages are looking for funding
  run `npm fund` for details

24 vulnerabilities (9 moderate, 14 high, 1 critical)

To address issues that do not require attention, run:
  npm audit fix

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

Run `npm audit` for details.
lerna notice cli v6.1.0
lerna info Bootstrapping 11 packages
lerna info Installing external dependencies
lerna info Symlinking packages and binaries
lerna success Bootstrapped 11 packages

> build
> node ./scripts/build.js

/Users/mac/Downloads/Hippy/driver/js/node_modules/ttypescript/lib/loadTypescript.js:13
        function __() { this.constructor = d; }
                                         ^

TypeError: Cannot set property constructor of [object Object] which has only a getter
    at new __ (/Users/mac/Downloads/Hippy/driver/js/node_modules/ttypescript/lib/loadTypescript.js:13:42)
    at __extends (/Users/mac/Downloads/Hippy/driver/js/node_modules/ttypescript/lib/loadTypescript.js:14:84)
    at /Users/mac/Downloads/Hippy/driver/js/node_modules/ttypescript/lib/loadTypescript.js:65:5
    at Object.<anonymous> (/Users/mac/Downloads/Hippy/driver/js/node_modules/ttypescript/lib/loadTypescript.js:100:2)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32)
    at Module._load (node:internal/modules/cjs/loader:1024:12)
    at Module.require (node:internal/modules/cjs/loader:1233:19)
    at require (node:internal/modules/helpers:179:18)

Node.js v20.16.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@zoomchan-cxj @lionvoom and others