Find Jobs
Hire Freelancers

npm Error Resolution Specialist Required

$10-30 USD

已关闭
已发布大约 2 个月前

$10-30 USD

货到付款
Hi When I run this command " npm install --legacy-peer-deps" for the below package.json. I am getting the below error. I googled but no luck. Can you let me know how to fix it. Providing the details below { "name": "animal-react-boilerplate", "version": "1.0.0", "description": " gg", "engines": { "npm": ">=5", "node": ">=8.15.1" }, "author": "kh", "license": "MIT", "scripts": { "build": "npm run build:dev", "build:dev": "webpack --config internals/webpack/[login to view URL] --color -p --progress --hide-modules --display-optimization-bailout", "build:ple": "webpack --config internals/webpack/[login to view URL] --color -p --progress --hide-modules --display-optimization-bailout", "build:prod": "webpack --config internals/webpack/[login to view URL] --color -p --progress --hide-modules --display-optimization-bailout", "start": "webpack-dev-server --config internals/webpack/[login to view URL] --disable-host-check", "dev": "webpack-dev-server --config internals/webpack/[login to view URL] --disable-host-check", "ple": "webpack-dev-server --config internals/webpack/[login to view URL] --disable-host-check", "prod": "webpack-dev-server --config internals/webpack/[login to view URL] --disable-host-check", "lint": "npm run lint:js && npm run lint:css", "lint:css": "stylelint app/**/*.js", "lint:eslint": "eslint --ignore-path .gitignore", "lint:eslint:fix": "eslint --ignore-path .gitignore --fix", "lint:js": "npm run lint:eslint -- . ", "lint:staged": "lint-staged", "prettify": "prettier --write" }, "browserslist": [ "last 2 versions", "> 1%", "IE 10" ], "lint-staged": { "*.js": [ "npm run lint:eslint:fix", "git add --force" ], "*.json": [ "prettier --write", "git add --force" ] }, "resolutions": { "babel-core": "7.0.0-bridge.0" }, "dependencies": { "@adobe/cq-react-editable-components": "~1.0.3", "@adobe/cq-spa-component-mapping": "~1.0.3", "@adobe/cq-spa-page-model-manager": "~1.0.4", "@ant-design/compatible": "^1.0.8", "@ant-design/icons": "^4.3.0", "@babel/polyfill": "7.4.3", "@gh/accordions": "^1.2.1", "@gh/buttons": "^1.5.0", "@gh/inputs": "^1.7.1", "@gh/lines": "^1.0.2", "@gh/loaders": "^1.0.5", "@gh/modals": "^1.3.0", "@gh/notifications": "^1.3.0", "@gh/pagination": "^1.2.1", "@gh/selects": "^1.4.1", "@gh/tables": "^1.0.3", "@gh/tabs": "^1.0.5", "@gh/theme": "^1.0.2", "@animalrf/react-button": "^1.4.8", "@animalrf/react-forms": "^1.3.12", "@animalrf/react-grid": "^1.3.10", "@animalrf/react-header-block": "^1.0.3", "@animalrf/react-icon": "^1.0.3", "@animalrf/react-table": "^1.4.7", "@animalrf/react-theme": "^1.3.9", "antd": "3.26.20", "axios": "^0.21.1", "bootstrap": "^4.5.3", "bootstrap-switch-button-react": "^1.2.0", "chalk": "^2.4.2", "chokidar": "^3.5.0", "compression": "1.7.4", "connected-react-router": "6.4.0", "cross-env": "5.2.0", "date-fns": "^2.22.1", "export-from-json": "^1.3.4", "express": "4.16.4", "file-saver": "^2.0.5", "focus-trap-react": "^8.3.2", "fontfaceobserver": "2.1.0", "highcharts": "^9.2.2", "highcharts-react-official": "^3.1.0", "history": "4.9.0", "hoist-non-react-statics": "3.3.0", "immer": "3.0.0", "invariant": "2.2.4", "ip": "1.1.5", "is-core-module": "^2.2.0", "lodash": "^4.17.21", "minimist": "^1.2.5", "multiselect-react-dropdown": "^1.6.2", "optimize-css-assets-webpack-plugin": "^5.0.4", "prop-types": "15.8.1", "react": "16.8.6", "react-beautiful-dnd": "^13.1.0", "react-bootstrap": "^1.4.0", "react-contenteditable": ">=3.2.0", "react-cron-generator": "^1.2.12", "react-csv": "^2.0.3", "react-datepicker": "2.0.0", "react-dom": "16.8.6", "react-dom-factories": "^1.0.2", "react-json-to-csv": "^1.0.4", "react-querybuilder": "^3.12.1", "react-redux": "6.0.0", "react-responsive": "^8.1.0", "react-router-dom": "^5.2.0", "react-select": "^4.3.1", "redux": "4.0.1", "redux-saga": "1.0.2", "reselect": "4.0.0", "[login to view URL]": "8.0.0", "styled-components": "5.0.0", "ua-parser-js": "^0.7.24", "uglifyjs-webpack-plugin": "^2.2.0", "url-regex": "^5.0.0", "xlsx": "^0.16.9" }, "devDependencies": { "@babel/cli": "7.4.3", "@babel/core": "7.4.3", "@babel/plugin-proposal-class-properties": "7.4.0", "@babel/plugin-proposal-optional-chaining": "^7.12.17", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-transform-modules-commonjs": "7.4.3", "@babel/plugin-transform-react-constant-elements": "7.2.0", "@babel/plugin-transform-react-inline-elements": "7.2.0", "@babel/preset-env": "7.4.3", "@babel/preset-react": "7.0.0", "@babel/register": "7.4.0", "@animalrf/react-accordion": "^1.8.0", "@webpack-cli/serve": "^1.1.0", "add-asset-html-webpack-plugin": "3.1.3", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-loader": "8.0.5", "babel-plugin-dynamic-import-node": "2.2.0", "babel-plugin-lodash": "3.3.4", "babel-plugin-react-intl": "3.0.1", "babel-plugin-styled-components": "1.10.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "circular-dependency-plugin": "5.0.2", "compare-versions": "3.4.0", "compression-webpack-plugin": "^2.0.0", "coveralls": "3.0.3", "css-loader": "2.1.1", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-config-airbnb-base": "13.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-webpack": "0.11.1", "eslint-plugin-import": "2.17.2", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-prettier": "3.0.1", "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "1.6.0", "eslint-plugin-redux-saga": "1.0.0", "file-loader": "^3.0.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "image-webpack-loader": "^4.6.0", "imports-loader": "0.8.0", "jest-cli": "24.7.1", "jest-dom": "3.1.3", "jest-styled-components": "7.0.3", "lint-staged": "8.1.5", "null-loader": "0.1.1", "offline-plugin": "5.0.6", "pre-commit": "1.2.2", "prettier": "1.17.0", "react-app-polyfill": "0.2.2", "react-test-renderer": "16.8.6", "react-testing-library": "6.1.2", "rimraf": "2.6.3", "shelljs": "^0.8.3", "style-loader": "0.23.1", "stylelint": "10.0.1", "stylelint-config-recommended": "2.2.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.6.0", "svg-url-loader": "2.3.2", "terser-webpack-plugin": "1.2.3", "url-loader": "^1.1.2", "webpack": "4.30.0", "webpack-cli": "4.10.0", "webpack-dev-middleware": "3.6.2", "webpack-dev-server": "^3.11.0", "webpack-hot-middleware": "2.24.3", "webpack-pwa-manifest": "4.0.0", "whatwg-fetch": "3.0.0" } } npm WARN cleanup ] npm ERR! code 1 npm ERR! path C:\SPORTSUI\SPORTS-ui-repository\node_modules\gifsicle npm ERR! command failed npm ERR! command C:\windows\system32\[login to view URL] /d /s /c node lib/[login to view URL] npm ERR! (node:15832) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created) npm ERR! ‼ read ECONNRESET npm ERR! ‼ gifsicle pre-build test failed npm ERR! i compiling from source npm ERR! × Error: Command failed: C:\windows\system32\[login to view URL] /s /c "autoreconf -ivf" npm ERR! 'autoreconf' is not recognized as an internal or external command, npm ERR! operable program or batch file. npm ERR! npm ERR! npm ERR! at C:\SPORTSUI\SPORTS-ui-repository\node_modules\execa\[login to view URL]:11 npm ERR! at [login to view URL] (node:internal/process/task_queues:95:5) npm ERR! at async [login to view URL] (index 0) npm ERR! A complete log of this run can be found in: C:\Users\kite\AppData\Local\npm-cache\_logs\[login to view URL]
项目 ID: 37885366

关于此项目

35提案
远程项目
活跃23 天前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
35威客以平均价$28 USD来参与此工作竞价
用户头像
Hi, I'm proficient in full-stack development in MERN stack. I can fix the error encountered with "npm install --legacy-peer-deps" command. Please contact me to discuss. Best regards, Swamy
$35 USD 在1天之内
4.7 (27条评论)
5.7
5.7
用户头像
hello i am available to work on this task, and i have 6+ years experience in it and web devloppment contact me for more details on the task in chat am available to work on it. best regards
$20 USD 在7天之内
5.0 (54条评论)
5.0
5.0
用户头像
Hello I can help you solve this error. I'm a professional in bug fixes message me to discuss this project further
$15 USD 在1天之内
5.0 (13条评论)
4.6
4.6
用户头像
Hi there I can help you fix this issue quickly please contact me Thnks & Regards, Nader
$20 USD 在7天之内
5.0 (7条评论)
4.2
4.2
用户头像
Hello there, I am a ReactJS devloper with 3+ years of experience in node and npm packages. I have solve your errors in couple of hours. Let's get connect and solve it asap. Regards, Uttam
$20 USD 在1天之内
5.0 (3条评论)
3.7
3.7
用户头像
you have problems with versions. I am available to begin immediately and work until completion. Contact me if you wish to continue. Thanks.
$20 USD 在1天之内
5.0 (10条评论)
3.5
3.5
用户头像
Hi there, I can fix this bug in 1 hour at max. I'm ready to work for you right now. After reviewing the job description, I am confident that I can deliver you great result because I have rich experience in this role. However, I do have a few questions that I would like to discuss further. I am eager for the opportunity to collaborate with you and am looking forward to discussing how I can contribute to your project. Thank you for considering my proposal. Best regards, Nathan
$20 USD 在7天之内
4.5 (6条评论)
2.8
2.8
用户头像
With the in-depth understanding of the JavaScript ecosystem and other relevant technologies, I am well-equipped to tackle the error you are facing with npm. Having mastered full-stack development allows me to dig deep into the issue from both frontend and backend perspective, ensuring complete resolution and elimination of such errors. My vast experience in web development using diverse technologies gives me an edge when it comes to troubleshooting and finding innovative solutions. "I never rest until a job is completed successfully." This saying perfectly resonates with my commitment to providing bespoke solutions tailored to tackle your specific challenge. I assure you that once I'm on board, not only will I address your current problem by fixing the npm command issue, but also make sure that any similar challenges in your project are handled effectively. Lastly, communication is key, and this is an area where I excel. I believe in constant collaboration throughout the development process, for only with transparent and open lines of communication can we bring about a high-level solution that aligns exactly with your vision. So, let's resolve the npm issue together and fortify your project for future success!
$20 USD 在7天之内
5.0 (1条评论)
1.9
1.9
用户头像
Hi, I will tell you the 5 steps to follow. After trying these steps, attempt to run npm install --legacy-peer-deps again and see if the issue persists. Regards, Abdul Basit Ali
$30 USD 在1天之内
5.0 (2条评论)
1.8
1.8
用户头像
Hi There, I can develop your website according to your business needs, I have developed many websites in React JS. I can fulfill your all requirements. Please initiate the chat to discuss more. I can start immediate. I have been working as a professional react JS, Laravel & Node JS with over 5+ years of experience. I build many apps and web for business and Woo-Commerce. My focus is to build the best, most secure, reliable, optimized, and best User Experience app & web for Informational, Business, Membership, and eCommerce. React Skills:- >> Web Design & Development. >> PSD to HTML/CSS, React JS/JavaScript >> Figma to React/HTML. >> Node JS >> Laravel >> API Integration. >> AWS setup. >> Firebase. I really wish to work with you on this project. ------------- Thank You
$20 USD 在7天之内
5.0 (1条评论)
0.8
0.8
用户头像
Hi There. I am a professional developer with over 2+ years of experience. I have also faced this type of problem and can solve your problem within a day. please initiate the chat to discuss more. regards Moneeb
$20 USD 在1天之内
5.0 (1条评论)
1.0
1.0
用户头像
The error you're encountering seems to be related to the installation of the gifsicle package. This package might have some dependencies or compilation requirements that are not met on your system.
$20 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
With over 3+ years of experience as a Full-Stack Developer and my extensive knowledge in JavaScript and Node.js, I can certainly help you resolve the npm error you're facing with the command "npm install --legacy-peer-deps". My past projects have honed my React JS, Next JS, HTML,CSS3 SCSS and Tailwind skills which make me well-versed in handling complex codebases and troubleshooting difficult issues like this one. Additionally, as an experienced Full-Stack developer, I'm well aware that dependencies can sometimes be the underlying cause of errors in web development projects and thus, I've developed an established knack for identifying such issues efficiently. I have honed my ability to collaborate with other teams such as UX designers and Back End developers to ensure a coherent final product is delivered. I consistently stand apart from other candidates due to my strong attention to detail, ensuring that no stone is left unturned when it comes to bug fixing or optimizing code. If chosen for this project, you can expect a dedicated professional who won’t rest until the problem is resolved, and your project runs smoothly. So let's connect and get your project back on track!
$20 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hey hii i got this way before my time this is because you are installing this thing by sudo apt-get install autoconf this u will not get the error anymore and if this not work message me i will give a guide and if it help pay whatever you want so feel free to message me i am not charging more just give whatever u want after resolving the error
$10 USD 在2天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hi Dear contact me i can solving proplem for you i have experience with npm, react js and nodejs
$20 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hello, I hope this message finds you well. I understand that you're encountering an error while running "npm install --legacy-peer-deps" for your project. I'll do my best to help you resolve this issue swiftly. I will do it within 1-2 hours. Looking forward to hearing from you soon so we can get your project back on track. Best regards, Khalid Mehmood
$10 USD 在1天之内
5.0 (1条评论)
0.0
0.0
用户头像
Hey, hope you are well. I understand that your looking for a solution to your npm problem. I have been working with node/npm and react app for around 8 years and so have experience with common issues and errors that arise when using a large npm file. I am confident and excited to help you out here. Please reach out if you want to discuss further. Thanks, Mohamed
$10 USD 在1天之内
0.0 (0条评论)
0.0
0.0
用户头像
Experienced full-stack developer with 8+ years in React.js and Node.js. Offering competitive rates and backed by a skilled team for guaranteed solutions.
$20 USD 在1天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hi, The error is caused due to some conflicts/dependency issues when installing the package via NPM. I can elaborate the issue and fix it. Let's connect to discuss it further and get started. Regards, Syed Waliullah Shah
$30 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
To fix the gifsicle installation error, follow these steps: Install Windows Build Tools: If on Windows, open an admin PowerShell and run npm install --global windows-build-tools to install required build tools. Restart your terminal after installation. Clean npm Cache: Clear potential corruption by running npm cache clean --force. Direct Installation: Try installing gifsicle directly with npm install gifsicle --save-dev. Update Node and npm: Ensure you're using the latest Node.js and npm versions. Update if necessary. Reattempt Installation: With the environment set up, run npm install --legacy-peer-deps again. If issues persist, consider the necessity of gifsicle for your project or explore alternative packages.
$10 USD 在1天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
San Antonio, United States
4.6
5
付款方式已验证
会员自5月 14, 2016起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。