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

Build failed using the latest nodejs v14 (v14.21.2) #15

Open
david-smejkal opened this issue Jan 21, 2023 · 1 comment
Open

Build failed using the latest nodejs v14 (v14.21.2) #15

david-smejkal opened this issue Jan 21, 2023 · 1 comment

Comments

@david-smejkal
Copy link

david-smejkal commented Jan 21, 2023

NodeJS v14 is going to be unmaintained by the end of April this year. It's time for an upgrade. https://nodejs.dev/en/about/releases/

Also I wasn't able to use this package with any other nodejs version either (couldn't quite figure out how to upgrade all relevant dependencies properly).

vuestorefront-node-v14-failed-build.log

@david-smejkal
Copy link
Author

Here's the issue. pnpm visualizes it very nicely.

(my-project) $ pnpm config set auto-install-peers true
(my-project) $ pnpm install
Progress: resolved 1848, reused 1831, downloaded 15, added 34, done
...
dependencies:
+ @vue/composition-api 1.0.0-beta.21 (1.7.1 is available)

 WARN  Issues with peer dependencies found
.
├─┬ vue-jest 4.0.1
│ ├── ✕ unmet peer babel-jest@">= 24 < 27": found 27.5.1
│ ├── ✕ unmet peer [email protected]: found 27.5.1
│ ├── ✕ unmet peer ts-jest@">= 24 < 27 ": found 27.1.5
│ └─┬ @vue/component-compiler-utils 3.3.0
│   └─┬ consolidate 0.15.1
│     └── ✕ unmet peer babel-core@^6.26.3: found 7.0.0-bridge.0
└─┬ nuxt 2.15.8
  └─┬ @nuxt/builder 2.15.8
    └─┬ @nuxt/webpack 2.15.8
      └─┬ vue-loader 15.10.1
        └─┬ @vue/component-compiler-utils 3.3.0
          └─┬ consolidate 0.15.1
            └── ✕ unmet peer babel-core@^6.26.3: found 7.0.0-bridge.0
(my-project) $

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

1 participant