skip to Main Content

Laravel – i cant do npm run dev

i tried to clone my friends project from git, and it says Vite manifest not found at: D:laravelPBL-Kelompok-5-2publicbuild/manifest.json Start the development server Run npm run dev in your terminal and refresh the page. so i tried to type npm run…

VIEW QUESTION

Javascript – When I create a react app I get an error: node:fs:1380 const result = binding.mkdir(

By entering the command: create-react-app my-app --template typescript Then an error appears: node:fs:1380 const result = binding.mkdir( ^ Error: EPERM: operation not permitted, mkdir 'D:jwt-authmy-app' at Object.mkdirSync (node:fs:1380:26) at module.exports.makeDirSync (C:UsersuserAppDataLocalnpm-cache_npxc67e74de0542c87cnode_modulesfs-extralibmkdirsmake-dir.js:23:13) at createApp (C:UsersuserAppDataLocalnpm-cache_npxc67e74de0542c87cnode_modulescreate-react-appcreateReactApp.js:257:6) at C:UsersuserAppDataLocalnpm-cache_npxc67e74de0542c87cnode_modulescreate-react-appcreateReactApp.js:223:9 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {…

VIEW QUESTION
Back To Top
Search