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

[BUG] Dashy no longer builds from source on a clean install. #1684

Closed
5 tasks done
ZanzyTHEbar opened this issue Sep 4, 2024 · 1 comment
Closed
5 tasks done

[BUG] Dashy no longer builds from source on a clean install. #1684

ZanzyTHEbar opened this issue Sep 4, 2024 · 1 comment
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@ZanzyTHEbar
Copy link

Environment

Other (Specify below)

System

Debian 12

Version

3.1.1

Describe the problem

  1. clone
  2. yarn install <-- install deps, yarn build doesnt even run without this, yet this isnt in the docs. I only knew to do this since i am a developer
  3. yarn build <-- fails

Additional info

 WARN  A new version of sass-loader is available. Please upgrade for best experience.
⠏  Building for production...

 ERROR  Failed to compile with 1 error                                                                                      9:38:25 AM

 error  in ./src/main.js

Syntax Error: Error: [BABEL] /root/dashy/src/main.js: @babel/preset-env: The plugins/built-ins 'es.array.iterator, es.promise, es.object.assign, es.promise.finally' passed to the 'exclude' option are not
    valid. Please check data/[plugin-features|built-in-features].js in babel-preset-env (While processing: "/root/dashy/node_modules/.pnpm/@vue+babel-preset-app@4.5.19_@babel+core@7.25.2_vue@2.7.16/node_modules/@vue/babel-preset-app/index.js.overrides[0]$0")
    at Generator.next (<anonymous>)
    at Generator.next (<anonymous>)
    at Generator.next (<anonymous>)
    at Generator.next (<anonymous>)
    at cachedFunction.next (<anonymous>)
    at loadPresetDescriptor.next (<anonymous>)
    at recursePresetDescriptors.next (<anonymous>)
    at recursePresetDescriptors.next (<anonymous>)
    at Generator.next (<anonymous>)
    at loadFullConfig.next (<anonymous>)
    at transform.next (<anonymous>)


 @ multi ./src/main.js

 ERROR  Build failed with errors.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Please tick the boxes

@ZanzyTHEbar ZanzyTHEbar added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Sep 4, 2024
@github-project-automation github-project-automation bot moved this to Awaiting Triage in Dashy V3 Sep 4, 2024
@CrazyWolf13
Copy link
Collaborator

CrazyWolf13 commented Sep 4, 2024

Hi

What version of node are you running?

Can you test the following?

git clone https://github.com/lissy93/dashy
cd dashy
yarn --ignore-engines
yarn build-and-start

@CrazyWolf13 CrazyWolf13 removed their assignment Sep 4, 2024
@ZanzyTHEbar ZanzyTHEbar closed this as not planned Won't fix, can't repro, duplicate, stale Sep 8, 2024
@github-project-automation github-project-automation bot moved this from Awaiting Triage to Done in Dashy V3 Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants