Exit code: 127 on yarn create vue@latest #11027
Unanswered
mrc-bsllt
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
~/Documents/ pnpm create vue@latest
Vue.js - The Progressive JavaScript Framework
✔ Project name: … vue-project
✔ Add TypeScript? … Yes
✔ Add JSX Support? … No
✔ Add Vue Router for Single Page Application development? … Yes
✔ Add Pinia for state management? … Yes
✔ Add Vitest for Unit Testing? … Yes
✔ Add an End-to-End Testing Solution? › Playwright
✔ Add ESLint for code quality? … Yes
✔ Add Prettier for code formatting? … Yes
✔ Add Vue DevTools 7 extension for debugging? (experimental) … No
Scaffolding project in /Users/shyam.chen/Documents/vue-project...
Done. Now run:
cd vue-project
pnpm install
pnpm format
pnpm dev
~/Documents/ cd vue-project
~/Documents/vue-project/ pnpm i
WARN 3 deprecated subdependencies found: glob@7.2.3, inflight@1.0.6, rimraf@3.0.2
Packages: +333
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 370, reused 324, downloaded 9, added 333, done
dependencies:
+ pinia 2.1.7
+ vue 3.4.27
+ vue-router 4.3.2
devDependencies:
+ @playwright/test 1.44.1
+ @rushstack/eslint-patch 1.10.3
+ @tsconfig/node20 20.1.4
+ @types/jsdom 21.1.6
+ @types/node 20.12.12
+ @vitejs/plugin-vue 5.0.4
+ @vue/eslint-config-prettier 9.0.0
+ @vue/eslint-config-typescript 13.0.0
+ @vue/test-utils 2.4.6
+ @vue/tsconfig 0.5.1
+ eslint 8.57.0 (9.3.0 is available)
+ eslint-plugin-playwright 1.6.2
+ eslint-plugin-vue 9.26.0
+ jsdom 24.1.0
+ npm-run-all2 6.2.0
+ prettier 3.2.5
+ typescript 5.4.5
+ vite 5.2.11
+ vitest 1.6.0
+ vue-tsc 2.0.19
Done in 8.6s
~/Documents/vue-project/ pnpm dev
> vue-project@0.0.0 dev /Users/shyam.chen/Documents/vue-project
> vite
VITE v5.2.11 ready in 150 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ciao a tutti! Ultimamente sto riscontrando un problema ad inizializzare un nuovo progetto vue con yarn (con npm và tutto bene). Quando eseguo il comando yarn create vue@latest mi restituisce questo errore:
Has this already happened to anyone? Do you know how to solve it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions