nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.45k stars 278 forks source link

npm error "Python is not set from command line" #4194

Closed Arcadix closed 2 months ago

Arcadix commented 1 year ago

Details

While running npm install, getting this below error. Please help. image

Below is my package.json { "name": "product.fusion", "version": "1.0.0", "dependencies": { "@aspnet/signalr": "^1.1.4", "@babel/cli": "^7.5.5", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/plugin-transform-spread": "^7.2.2", "@babel/polyfill": "^7.4.4", "@babel/preset-es2015": "^7.0.0-beta.53", "@babel/preset-react": "^7.0.0", "@babel/preset-stage-3": "^7.0.0", "@babel/register": "^7.5.5", "@babel/runtime": "^7.6.2", "@fluentui/react": "^8.39.0", "@fluentui/react-icons": "^1.1.145", "@loadable/babel-plugin": "^5.10.3", "@loadable/component": "^5.10.3", "@loadable/server": "^5.10.3", "@loadable/webpack-plugin": "^5.7.1", "@microsoft/signalr": "^5.0.0", "@progress/kendo-react-dateinputs": "^3.14.0", "@progress/kendo-react-intl": "^3.14.0", "@syncfusion/ej2-react-diagrams": "^19.3.44", "@uiw/react-textarea-code-editor": "^2.1.1", "@zoomus/websdk": "^1.7.10", "aspnet-prerendering": "3.0.1", "aspnet-webpack": "^3.0.0", "async": "^3.1.0", "babel-loader": "^8.0.6", "babel-plugin-css-modules-transform": "1.4.0", "babel-plugin-dynamic-import-node": "2.1.0", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-plugin-universal-import": "1.4.0", "babel-runtime": "^6.26.0", "classnames": "2.2.5", "core-js": "2.6.9", "create-react-class": "15.6.2", "createjs-module": "^0.8.3", "css-loader": "0.28.11", "d3": "^5.9.7", "date-fns": "^2.15.0", "domain-task": "3.0.3", "es6-object-assign": "1.1.0", "es6-promise": "4.2.4", "esm": "^3.2.25", "extract-css-chunks-webpack-plugin": "2.0.18", "extract-text-webpack-plugin": "3.0.2", "fetch-retry": "^5.0.3", "html-webpack-plugin": "2.30.1", "image-webpack-loader": "3.6.0", "immer": "^2.1.4", "isomorphic-fetch": "2.2.1", "jsdom": "^16.4.0", "jsondiffpatch-react": "^1.0.7", "jsonwebtoken": "8.2.1", "lodash": "^4.17.15", "lodash.debounce": "^4.0.8", "logrocket": "^2.1.1", "mathjs": "^7.0.2", "mini-css-extract-plugin": "0.8.0", "morgan": "1.9.0", "object-assign": "4.1.1", "optimized-images-loader": "^0.4.0", "peerjs": "^1.3.1", "plotly.js": "^1.54.7", "prismjs": "1.20.0", "prop-types": "^15.8.1", "react": "^18.1.0", "react-async-script-loader": "0.3.0", "react-autosuggest": "^9.4.3", "react-datepicker": "^3.8.0", "react-dom": "^18.1.0", "react-helmet": "^6.1.0", "react-iframe": "^1.8.0", "react-inspector": "^3.0.2", "react-json-tree": "^0.11.2", "react-loadable": "5.5.0", "react-multi-split-pane": "^0.3.3", "react-numeric-captcha": "^1.0.3", "react-plotly.js": "^2.5.1", "react-redux": "^7.2.8", "react-refresh": "^0.13.0", "react-router-dom": "^5.3.3", "react-scripts": "^1.0.14", "react-split": "^2.0.14", "react-split-pane": "^0.1.92", "react-use-error-boundary": "^3.0.0", "react-useinterval": "^1.0.2", "react-voice-recorder": "^2.1.2", "recharts": "^2.1.15", "redis": "^2.8.0", "redux": "^4.0.4", "redux-actions": "2.3.0", "redux-devtools-extension": "2.13.2", "redux-logger": "3.0.6", "redux-thunk": "2.2.0", "refractor": "^4.8.0", "regenerator-runtime": "^0.13.7", "requirejs": "2.3.5", "scheduler": "^0.19.1", "script-loader": "0.7.2", "source-map-loader": "0.1.6", "timers-browserify": "^2.0.12", "url-loader": "^4.1.1", "vmsg": "^0.3.6", "webdav.client": "^5.16.5450", "webpack": "^5.46.0", "webpack-bundle-analyzer": "^4.4.0", "webpack-cleanup-plugin": "^0.5.1", "webpack-dev-middleware": "^2.0.6", "webpack-hot-middleware": "^2.25.0", "webpack-hot-server-middleware": "^0.6.1", "webpack-strip-block": "^0.3.0", "webpack-visualizer-plugin": "0.1.11", "write-file-webpack-plugin": "4.2.0" }, "scripts": { "IntranetViteServe": "vite serve --config ./Vite/Intranet.config.js", "EditorViteServe": "vite serve --config ./Vite/Editor.config.js", "TestViteServe": "vite serve --config ./Vite/Test.config.js", "ProductManagementViteServe": "vite serve --config ./Vite/ProductManagement.config.js", "StateViteServe": "vite serve --config ./Vite/State.config.js", "SchoolViteServe": "vite serve --config ./Vite/School.config.js", "TeacherViteServe": "vite serve --config ./Vite/Teacher.config.js", "PupilViteServe": "vite serve --config ./Vite/Pupil.config.js", "JobExpertViteServe": "vite serve --config ./Vite/JobExpert.config.js", "JobSkillsPlusViteServe": "vite serve --config ./Vite/JobSkillsPlus.config.js", "MainWebsiteViteServe": "vite serve --config ./Vite/MainWebsite.config.js", "test": "jest", "ServerRenderNodeNew": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Start.js --progress", "ServerRenderCockpitDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Cockpit.Webpack.config.js --progress", "ServerRenderIntranetDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Intranet.Webpack.config.js --progress", "ServerRenderExtranetDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Extranet.Webpack.config.js --progress", "ServerRenderDemoDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Demo.Webpack.config.js --progress", "SchoolDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/SchoolDev.webpack.config.js --progress", "TeacherDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/TeacherDev.webpack.config.js --progress", "PupilDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/PupilDev.webpack.config.js --progress", "IntranetDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/IntranetDev.webpack.config.js --progress", "CockpitDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/CockpitDev.webpack.config.js --progress", "StateDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/StateDev.webpack.config.js --progress", "ProductManagementDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ProductManagementDev.webpack.config.js --progress", "JobSkillsPlusDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/JobSkillsPlusDev.webpack.config.js --progress", "TestApplicationDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/TestApplicationDev.webpack.config.js --progress", "DemoDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React.Demo/Core/6_Webpack/Development/DemoDev.webpack.config.js --progress", "DevIndexBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/DevIndex.webpack.config.js --progress", "MainWebsiteDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/MainWebsiteDev.webpack.config.js --progress", "TestApplicationWebViewBuild": "webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplicationWebView.webpack.config.js --progress", "SchoolDesignTemplatesBuild": "webpack --env.Application=School --watch --config ../Arcadix.i.Product.DesignTemplates/Start/School/webpack.config.js --progress", "TeacherDesignTemplatesBuild": "webpack --env.Application=School --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Teacher/webpack.config.js --progress", "PupilDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Pupil/webpack.config.js --progress", "IntranetDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Intranet.webpack.config.js --progress", "CockpitDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Cockpit.webpack.config.js --progress", "TestApplicationDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/TestApplication.webpack.config.js --progress", "SchoolDirectFileBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolDirectFileBundling.config.js", "SchoolLazyLoadBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolLazyLoadBundling.config.js", "SchoolDirectFileBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolDirectFileBundling.WithMapping.config.js", "SchoolLazyLoadBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolLazyLoadBundling.WithMapping.config.js", "TeacherDirectFileBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherDirectFileBundling.config.js", "TeacherLazyLoadBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherLazyLoadBundling.config.js", "TeacherDirectFileBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherDirectFileBundling.WithMapping.config.js", "TeacherLazyLoadBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherLazyLoadBundling.WithMapping.config.js", "PupilDirectFileBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilDirectFileBundling.config.js", "PupilLazyLoadBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilLazyLoadBundling.config.js", "PupilDirectFileBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilDirectFileBundling.WithMapping.config.js", "PupilLazyLoadBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilLazyLoadBundling.WithMapping.config.js", "TestApplicationBuildPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.PC.webpack.config.js", "TestApplicationBuildPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Phone.webpack.config.js", "TestApplicationBuildTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Tablet.webpack.config.js", "TestApplicationBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run TestApplicationBuildPCForAgent && npm run TestApplicationBuildPhoneForAgent && npm run TestApplicationBuildTabletForAgent", "TestApplicationBuildWithMappingPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.PC.WithMapping.webpack.config.js", "TestApplicationBuildWithMappingPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Phone.WithMapping.webpack.config.js", "TestApplicationBuildWithMappingTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Tablet.WithMapping.webpack.config.js", "TestApplicationBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run TestApplicationBuildWithMappingPCForAgent && npm run TestApplicationBuildWithMappingPhoneForAgent && npm run TestApplicationBuildWithMappingTabletForAgent", "ServerRenderNodeTestApplication": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/ServerRender.TestApplication.js", "IntranetBuildPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.PC.webpack.config.js", "IntranetBuildPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Phone.webpack.config.js", "IntranetBuildTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Tablet.webpack.config.js", "IntranetBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run IntranetBuildPCForAgent && npm run IntranetBuildPhoneForAgent && npm run IntranetBuildTabletForAgent", "IntranetBuildWithMappingPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.PC.WithMapping.webpack.config.js", "IntranetBuildWithMappingPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Phone.WithMappingwebpack.config.js", "IntranetBuildWithMappingTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Tablet.WithMapping.webpack.config.js", "IntranetBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run IntranetBuildWithMappingPCForAgent && npm run IntranetBuildWithMappingPhoneForAgent && npm run IntranetBuildWithMappingTabletForAgent", "ProductManagementBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/ProductManagement.webpack.config.js --env minimize=N", "ProductManagementBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/ProductManagement.WithMapping.webpack.config --env minimize=N", "CockpitBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Cockpit.webpack.config.js --env minimize=N", "StateBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/State.PC.webpack.config.js --env minimize=N", "StateBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/State.WithMapping.webpack.config.js --env minimize=N", "JobSkillsPlusBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobSkillsPlus.webpack.config.js --env minimize=N", "JobSkillsPlusBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobSkillsPlus.WithMapping.webpack.config.js --env minimize=N", "JSDocBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SupportApplication/JSDoc.webpack.config.js --env minimize=N", "DemoBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SupportApplication/Demo.webpack.config.js --env minimize=N", "MainWebsiteBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/MainWebsite.WithMapping.webpack.config.js --env minimize=N", "MainWebsiteBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/MainWebsite.webpack.config.js --env minimize=N", "JobExpertDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/JobExpertDev.webpack.config.js --progress", "JobExpertBuildPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobExpert.PC.webpack.config.js", "JobExpertBuildWithMappingPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobExpert.PC.WithMapping.webpack.config.js" }, "jest": { "transform": { "^.+\.jsx?$": "babel-jest" }, "moduleDirectories": [ "/node_modules" ] }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@vitejs/plugin-react": "^2.0.0", "aspnet-webpack-react": "^4.0.0", "babel-eslint": "^10.0.1", "babel-jest": "^24.8.0", "babel-plugin-css-modules-transform": "1.4.0", "babel-plugin-module-resolver": "3.1.1", "babel-plugin-react-hot-loader": "^3.0.0-beta.6", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "concurrently": "4.0.1", "create-react-class": "15.6.2", "css-loader": "0.28.11", "eslint": "^5.14.1", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.2.0", "extract-text-webpack-plugin": "^3.0.2", "jest": "^24.8.0", "jquery": "3.3.1", "morgan": "1.9.0", "redux-devtools-extension": "2.13.2", "script-loader": "0.7.2", "source-map-loader": "^0.2.4", "strip-ansi": "^5.2.0", "style-loader": "^1.0.0", "vite": "^3.0.0", "vite-plugin-html": "^3.2.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.11.2", "write-file-webpack-plugin": "4.2.0" }, "keywords": [], "author": "", "license": "ISC" }

Node.js version

16.3.0

Example code

{ "name": "product.fusion", "version": "1.0.0", "dependencies": { "@aspnet/signalr": "^1.1.4", "@babel/cli": "^7.5.5", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/plugin-transform-spread": "^7.2.2", "@babel/polyfill": "^7.4.4", "@babel/preset-es2015": "^7.0.0-beta.53", "@babel/preset-react": "^7.0.0", "@babel/preset-stage-3": "^7.0.0", "@babel/register": "^7.5.5", "@babel/runtime": "^7.6.2", "@fluentui/react": "^8.39.0", "@fluentui/react-icons": "^1.1.145", "@loadable/babel-plugin": "^5.10.3", "@loadable/component": "^5.10.3", "@loadable/server": "^5.10.3", "@loadable/webpack-plugin": "^5.7.1", "@microsoft/signalr": "^5.0.0", "@progress/kendo-react-dateinputs": "^3.14.0", "@progress/kendo-react-intl": "^3.14.0", "@syncfusion/ej2-react-diagrams": "^19.3.44", "@uiw/react-textarea-code-editor": "^2.1.1", "@zoomus/websdk": "^1.7.10", "aspnet-prerendering": "3.0.1", "aspnet-webpack": "^3.0.0", "async": "^3.1.0", "babel-loader": "^8.0.6", "babel-plugin-css-modules-transform": "1.4.0", "babel-plugin-dynamic-import-node": "2.1.0", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-plugin-universal-import": "1.4.0", "babel-runtime": "^6.26.0", "classnames": "2.2.5", "core-js": "2.6.9", "create-react-class": "15.6.2", "createjs-module": "^0.8.3", "css-loader": "0.28.11", "d3": "^5.9.7", "date-fns": "^2.15.0", "domain-task": "3.0.3", "es6-object-assign": "1.1.0", "es6-promise": "4.2.4", "esm": "^3.2.25", "extract-css-chunks-webpack-plugin": "2.0.18", "extract-text-webpack-plugin": "3.0.2", "fetch-retry": "^5.0.3", "html-webpack-plugin": "2.30.1", "image-webpack-loader": "3.6.0", "immer": "^2.1.4", "isomorphic-fetch": "2.2.1", "jsdom": "^16.4.0", "jsondiffpatch-react": "^1.0.7", "jsonwebtoken": "8.2.1", "lodash": "^4.17.15", "lodash.debounce": "^4.0.8", "logrocket": "^2.1.1", "mathjs": "^7.0.2", "mini-css-extract-plugin": "0.8.0", "morgan": "1.9.0", "object-assign": "4.1.1", "optimized-images-loader": "^0.4.0", "peerjs": "^1.3.1", "plotly.js": "^1.54.7", "prismjs": "1.20.0", "prop-types": "^15.8.1", "react": "^18.1.0", "react-async-script-loader": "0.3.0", "react-autosuggest": "^9.4.3", "react-datepicker": "^3.8.0", "react-dom": "^18.1.0", "react-helmet": "^6.1.0", "react-iframe": "^1.8.0", "react-inspector": "^3.0.2", "react-json-tree": "^0.11.2", "react-loadable": "5.5.0", "react-multi-split-pane": "^0.3.3", "react-numeric-captcha": "^1.0.3", "react-plotly.js": "^2.5.1", "react-redux": "^7.2.8", "react-refresh": "^0.13.0", "react-router-dom": "^5.3.3", "react-scripts": "^1.0.14", "react-split": "^2.0.14", "react-split-pane": "^0.1.92", "react-use-error-boundary": "^3.0.0", "react-useinterval": "^1.0.2", "react-voice-recorder": "^2.1.2", "recharts": "^2.1.15", "redis": "^2.8.0", "redux": "^4.0.4", "redux-actions": "2.3.0", "redux-devtools-extension": "2.13.2", "redux-logger": "3.0.6", "redux-thunk": "2.2.0", "refractor": "^4.8.0", "regenerator-runtime": "^0.13.7", "requirejs": "2.3.5", "scheduler": "^0.19.1", "script-loader": "0.7.2", "source-map-loader": "0.1.6", "timers-browserify": "^2.0.12", "url-loader": "^4.1.1", "vmsg": "^0.3.6", "webdav.client": "^5.16.5450", "webpack": "^5.46.0", "webpack-bundle-analyzer": "^4.4.0", "webpack-cleanup-plugin": "^0.5.1", "webpack-dev-middleware": "^2.0.6", "webpack-hot-middleware": "^2.25.0", "webpack-hot-server-middleware": "^0.6.1", "webpack-strip-block": "^0.3.0", "webpack-visualizer-plugin": "0.1.11", "write-file-webpack-plugin": "4.2.0" }, "scripts": { "IntranetViteServe": "vite serve --config ./Vite/Intranet.config.js", "EditorViteServe": "vite serve --config ./Vite/Editor.config.js", "TestViteServe": "vite serve --config ./Vite/Test.config.js", "ProductManagementViteServe": "vite serve --config ./Vite/ProductManagement.config.js", "StateViteServe": "vite serve --config ./Vite/State.config.js", "SchoolViteServe": "vite serve --config ./Vite/School.config.js", "TeacherViteServe": "vite serve --config ./Vite/Teacher.config.js", "PupilViteServe": "vite serve --config ./Vite/Pupil.config.js", "JobExpertViteServe": "vite serve --config ./Vite/JobExpert.config.js", "JobSkillsPlusViteServe": "vite serve --config ./Vite/JobSkillsPlus.config.js", "MainWebsiteViteServe": "vite serve --config ./Vite/MainWebsite.config.js", "test": "jest", "ServerRenderNodeNew": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Start.js --progress", "ServerRenderCockpitDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Cockpit.Webpack.config.js --progress", "ServerRenderIntranetDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Intranet.Webpack.config.js --progress", "ServerRenderExtranetDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Extranet.Webpack.config.js --progress", "ServerRenderDemoDevBuild": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ServerRender.Demo.Webpack.config.js --progress", "SchoolDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/SchoolDev.webpack.config.js --progress", "TeacherDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/TeacherDev.webpack.config.js --progress", "PupilDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/PupilDev.webpack.config.js --progress", "IntranetDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/IntranetDev.webpack.config.js --progress", "CockpitDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/CockpitDev.webpack.config.js --progress", "StateDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/StateDev.webpack.config.js --progress", "ProductManagementDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/ProductManagementDev.webpack.config.js --progress", "JobSkillsPlusDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/JobSkillsPlusDev.webpack.config.js --progress", "TestApplicationDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/TestApplicationDev.webpack.config.js --progress", "DemoDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React.Demo/Core/6_Webpack/Development/DemoDev.webpack.config.js --progress", "DevIndexBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/DevIndex.webpack.config.js --progress", "MainWebsiteDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/MainWebsiteDev.webpack.config.js --progress", "TestApplicationWebViewBuild": "webpack --watch --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplicationWebView.webpack.config.js --progress", "SchoolDesignTemplatesBuild": "webpack --env.Application=School --watch --config ../Arcadix.i.Product.DesignTemplates/Start/School/webpack.config.js --progress", "TeacherDesignTemplatesBuild": "webpack --env.Application=School --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Teacher/webpack.config.js --progress", "PupilDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Pupil/webpack.config.js --progress", "IntranetDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Intranet.webpack.config.js --progress", "CockpitDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/Cockpit.webpack.config.js --progress", "TestApplicationDesignTemplatesBuild": "webpack --watch --config ../Arcadix.i.Product.DesignTemplates/Start/TestApplication.webpack.config.js --progress", "SchoolDirectFileBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolDirectFileBundling.config.js", "SchoolLazyLoadBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolLazyLoadBundling.config.js", "SchoolDirectFileBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolDirectFileBundling.WithMapping.config.js", "SchoolLazyLoadBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SchoolLazyLoadBundling.WithMapping.config.js", "TeacherDirectFileBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherDirectFileBundling.config.js", "TeacherLazyLoadBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherLazyLoadBundling.config.js", "TeacherDirectFileBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherDirectFileBundling.WithMapping.config.js", "TeacherLazyLoadBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TeacherLazyLoadBundling.WithMapping.config.js", "PupilDirectFileBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilDirectFileBundling.config.js", "PupilLazyLoadBundling": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilLazyLoadBundling.config.js", "PupilDirectFileBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilDirectFileBundling.WithMapping.config.js", "PupilLazyLoadBundlingWithMapping": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/PupilLazyLoadBundling.WithMapping.config.js", "TestApplicationBuildPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.PC.webpack.config.js", "TestApplicationBuildPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Phone.webpack.config.js", "TestApplicationBuildTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Tablet.webpack.config.js", "TestApplicationBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run TestApplicationBuildPCForAgent && npm run TestApplicationBuildPhoneForAgent && npm run TestApplicationBuildTabletForAgent", "TestApplicationBuildWithMappingPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.PC.WithMapping.webpack.config.js", "TestApplicationBuildWithMappingPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Phone.WithMapping.webpack.config.js", "TestApplicationBuildWithMappingTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/TestApplication.Tablet.WithMapping.webpack.config.js", "TestApplicationBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run TestApplicationBuildWithMappingPCForAgent && npm run TestApplicationBuildWithMappingPhoneForAgent && npm run TestApplicationBuildWithMappingTabletForAgent", "ServerRenderNodeTestApplication": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/ServerRender.TestApplication.js", "IntranetBuildPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.PC.webpack.config.js", "IntranetBuildPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Phone.webpack.config.js", "IntranetBuildTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Tablet.webpack.config.js", "IntranetBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run IntranetBuildPCForAgent && npm run IntranetBuildPhoneForAgent && npm run IntranetBuildTabletForAgent", "IntranetBuildWithMappingPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.PC.WithMapping.webpack.config.js", "IntranetBuildWithMappingPhoneForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Phone.WithMappingwebpack.config.js", "IntranetBuildWithMappingTabletForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Intranet.Tablet.WithMapping.webpack.config.js", "IntranetBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && npm run IntranetBuildWithMappingPCForAgent && npm run IntranetBuildWithMappingPhoneForAgent && npm run IntranetBuildWithMappingTabletForAgent", "ProductManagementBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/ProductManagement.webpack.config.js --env minimize=N", "ProductManagementBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/ProductManagement.WithMapping.webpack.config --env minimize=N", "CockpitBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/Cockpit.webpack.config.js --env minimize=N", "StateBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/State.PC.webpack.config.js --env minimize=N", "StateBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/State.WithMapping.webpack.config.js --env minimize=N", "JobSkillsPlusBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobSkillsPlus.webpack.config.js --env minimize=N", "JobSkillsPlusBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobSkillsPlus.WithMapping.webpack.config.js --env minimize=N", "JSDocBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SupportApplication/JSDoc.webpack.config.js --env minimize=N", "DemoBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/SupportApplication/Demo.webpack.config.js --env minimize=N", "MainWebsiteBuildAllForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/MainWebsite.WithMapping.webpack.config.js --env minimize=N", "MainWebsiteBuildAllWithMappingForAgent": "set NODE_OPTIONS=--max_old_space_size=16384 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/MainWebsite.webpack.config.js --env minimize=N", "JobExpertDevBuildHot": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack serve --open --config ../Arcadix.i.Product.React/Core/6_Webpack/Development/JobExpertDev.webpack.config.js --progress", "JobExpertBuildPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobExpert.PC.webpack.config.js", "JobExpertBuildWithMappingPCForAgent": "set NODE_OPTIONS=--max_old_space_size=8192 && webpack --config ../Arcadix.i.Product.React/Core/6_Webpack/Production/JobExpert.PC.WithMapping.webpack.config.js" }, "jest": { "transform": { "^.+\.jsx?$": "babel-jest" }, "moduleDirectories": [ "/node_modules" ] }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@vitejs/plugin-react": "^2.0.0", "aspnet-webpack-react": "^4.0.0", "babel-eslint": "^10.0.1", "babel-jest": "^24.8.0", "babel-plugin-css-modules-transform": "1.4.0", "babel-plugin-module-resolver": "3.1.1", "babel-plugin-react-hot-loader": "^3.0.0-beta.6", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "concurrently": "4.0.1", "create-react-class": "15.6.2", "css-loader": "0.28.11", "eslint": "^5.14.1", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.2.0", "extract-text-webpack-plugin": "^3.0.2", "jest": "^24.8.0", "jquery": "3.3.1", "morgan": "1.9.0", "redux-devtools-extension": "2.13.2", "script-loader": "0.7.2", "source-map-loader": "^0.2.4", "strip-ansi": "^5.2.0", "style-loader": "^1.0.0", "vite": "^3.0.0", "vite-plugin-html": "^3.2.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.11.2", "write-file-webpack-plugin": "4.2.0" }, "keywords": [], "author": "", "license": "ISC" }

Operating system

windows 11 pro

Scope

installation

Module and version

Not applicable.

Gloriouspete commented 1 year ago

Add python to your environment variable path in window settings, you can check YouTube for how to do that

gireeshpunathil commented 12 months ago

install python (if not already in the system) and run the npm command again.

if python is already installed, the binary should be in the PATH. set that and run the command again.

underlying problem: many types of installations exists today, and a subset of those do not add executable locations to the PATH, rendering the installations less useful.

github-actions[bot] commented 3 months ago

It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.

github-actions[bot] commented 2 months ago

It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.