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

"No build tool detected" error on Windows + Volta #1043

Open
1 task
rtabulov opened this issue May 27, 2024 · 1 comment
Open
1 task

"No build tool detected" error on Windows + Volta #1043

rtabulov opened this issue May 27, 2024 · 1 comment

Comments

@rtabulov
Copy link

rtabulov commented May 27, 2024

What version of million are you using?

1.0.0-rc.12 i guess

Are you using an SSR adapter? If so, which one?

nope

What package manager are you using?

npm (volta)

What operating system are you using?

Windows

What browser are you using?

n/a

Describe the Bug

I am trying to install @million/lint into an existing project that uses webpack, and I get this error

$ npx @million/lint@latest
┌  ⚡ Million Lint 1.0.0-rc.12
│
◇  Please select the packages you want to install
│  Million, Million Lint
│
◇  wizard-no-build-tool-detected ──────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                      │
│  No build tool detected. No configuration file found in the current path: C:\Users\user\Desktop\icc\aikey_panel_web  │
│                                                                                                                      │
├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
│
└  Setup failed. Continue via http://million.dev/docs#manual-installation

│
◆  Please select your package manager.
│  ○ pnpm
│  ○ yarn
│  ○ bun
│  ● npm (Be sure you have npm installed.)
└

I am using volta as node/npm version manager

$ npm -v
10.7.0
$ node -v
v18.20.3

fails using git bash, cmd, powershell

What's the expected result?

npm installation detection

Link to Minimal Reproducible Example

cannot be reproduced on stackblitz

Participation

  • I am willing to submit a pull request for this issue.
Copy link

Thanks for opening this issue! A maintainer will review it soon.

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