Kayıtlar

Mart, 2022 tarihine ait yayınlar gösteriliyor

List of extensions I use in Visual Studio Code

vscode-icons   Code Runner CodeSnap Docker HTML Snippets Live Server (Five Server) PowerShell React Native Tools Remote - Containers Simple React Snippets

Solving "react-scripts' is not recognized as an internal or external command" Error

Follow the method below to resolve the issue.  Remove node_modules foldert Remove package-lock.json file Run  npm install Run  npm i -S react-scripts Run  npm start

"....ps1 cannot be loaded because running scripts is disabled on this system" Hatası alıyorsanız

Resim
PowerShell Açın ve  Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted Yukarıdaki kod satırını çalıştırın A tuşuyla tümünü onaylayın artık hata almayacaksınızdır.