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

npm run dev is caught in deprecated packages #1132

Closed
mzwoelfer opened this issue May 21, 2022 · 2 comments
Closed

npm run dev is caught in deprecated packages #1132

mzwoelfer opened this issue May 21, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@mzwoelfer
Copy link
Contributor

mzwoelfer commented May 21, 2022

Describe the bug
Running into deprecated packages and execution errors.

A few errors:

  • node: ../src/coroutine.cc:134: void* find_thread_id_key(void*): Assertion `thread_id_key != 0x7777' failed.
  • node:internal/crypto/hash:67 this[kHandle] = new _Hash(algorithm, xofLen);
  • details.family.toLowerCase is not a function

To Reproduce
Steps to reproduce the behavior:

  1. nvm install --lts
  2. npm install @vue/cli
  3. Do steps in README
  4. Run into errors when running npm install
  5. Run into errors when executing npm run dev

Expected behavior
Install node/npm and vuejs as described in the README and run npm run dev to develop/test the application

Wishing for
Maybe provide a Docker-Image, or pin the required package versions in a script.

@mzwoelfer mzwoelfer added the enhancement New feature or request label May 21, 2022
@elirehema
Copy link
Contributor

@zwoefler can you attach your the screenshot ?

@elirehema
Copy link
Contributor

Closed as no response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants