"Vue.js" ile yazılmış Github projesini local olarak çalıştırma

okuna-web-master\okuna-web-master>npm run serve
npm ERR! missing script: serve

npm ERR! A complete log of this run can be found in:
npm ERR!
AppData\Roaming\npm-cache\_logs\2020-06-19T21_16_56_552Z-debug.log

Bu şekilde hata alıyorum yanlış bir şey mi yapıyorum ?
Yanlışlıkla konuyu kapattım :(
 
okuna-web-master\okuna-web-master>npm install -g vue-cli
npm WARN deprecated [email protected]: This package has been deprecated in favour of @vue/cli
npm WARN deprecated [email protected]: request has been deprecated, see Request’s Past, Present and Future · Issue #3142 · request/request
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
AppData\Roaming\npm\vue -> AppData\Roaming\npm\node_modules\vue-cli\bin\vue
AppData\Roaming\npm\vue-init -> AppData\Roaming\npm\node_modules\vue-cli\bin\vue-init
AppData\Roaming\npm\vue-list -> AppData\Roaming\npm\node_modules\vue-cli\bin\vue-list
+ [email protected]
added 238 packages from 205 contributors in 30.504s

okuna-web-master\okuna-web-master>npm run serve
npm ERR! missing script: serve

npm ERR! A complete log of this run can be found in:
npm ERR! AppData\Roaming\npm-cache\_logs\2020-06-19T21_23_50_253Z-debug.log

Yine bu şekilde
 
CMD'den veya PowerShell'den proje içine gir ve sırayla bunları yaz:
npm i -g @vue/cli
npm i
npm run dev
C:\Users\Morcleyps\Downloads\okuna-web-master\okuna-web-master>npm i -g @vue/cli

npm ERR! code EEXIST
npm ERR! path C:\Users\Morcleyps\AppData\Roaming\npm\node_modules\@vue\cli\bin\vue.js
npm ERR! dest C:\Users\Morcleyps\AppData\Roaming\npm\vue
npm ERR! EEXIST: file already exists, cmd shim 'C:\Users\Morcleyps\AppData\Roaming\npm\node_modules\@vue\cli\bin\vue.js' -> 'C:\Users\Morcleyps\AppData\Roaming\npm\vue'
npm ERR! File exists: C:\Users\Morcleyps\AppData\Roaming\npm\vue
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Morcleyps\AppData\Roaming\npm-cache\_logs\2020-06-20T09_00_25_352Z-debug.log

C:\Users\Morcleyps\Downloads\okuna-web-master\okuna-web-master>npm i
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/okunaorg/v-tooltip.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Morcleyps\AppData\Roaming\npm-cache\_logs\2020-06-20T09_00_45_360Z-debug.log

C:\Users\Morcleyps\Downloads\okuna-web-master\okuna-web-master>npm run dev

> [email protected] dev C:\Users\Morcleyps\Downloads\okuna-web-master\okuna-web-master
> nuxt-ts

'nuxt-ts' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: `nuxt-ts`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Morcleyps\AppData\Roaming\npm-cache\_logs\2020-06-20T09_00_50_776Z-debug.log


Bu şekilde hata alıyorum.
 

Yeni konular

Geri
Yukarı