skip to Main Content

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

Javascript – npm run start has something wrong

{ "name": "webdiff", "version": "0.0.5", "scripts": { "start": "node ./bin/start", "build": "webpack --color --config webpack.config.js", "deploy": "npm run build && node writeHtml.js" }, "dependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "antd": "^4.4.2", "classnames": "^2.2.6", "diff": "^4.0.2", "ejs": "^3.1.9", "express": "^4.16.4", "http-errors":…

VIEW QUESTION
Back To Top
Search