-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have download this project repo from github but when i run given commond it give me error. #8
Comments
for me its working ! |
can you guide me about it... when i run npm install command i face these issues.. PS C:\Users\ADMIN\Desktop\millow-master> npm i up to date, audited 2724 packages in 33s 165 packages are looking for funding 83 vulnerabilities (13 low, 25 moderate, 41 high, 4 critical) To address issues that do not require attention, run: To address all issues possible (including breaking changes), run: Some issues need review, and may require choosing Run npm ERR! A complete log of this run can be found in: added 697 packages, removed 1055 packages, changed 342 packages, and audited 2302 packages in 3m 281 packages are looking for funding npm audit reportgot <11.8.5 minimatch <3.0.5 nth-check <2.0.1 17 vulnerabilities (6 moderate, 11 high) To address issues that do not require attention, run: To address all issues possible (including breaking changes), run: Some issues need review, and may require choosing |
deprecated packages doesnt mean they dont work anymore so you dont necessarily do what npm recommends, especially if it doesnt fix your issue just delele node_modules folder and run 'npm i' again one tip: if you suspect it's a network issue (windows socket), run
to restart your network and restart your windows, this method worked for me many times before |
$ npm i
npm WARN deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see request/request#3142
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm ERR! code ERR_SOCKET_TIMEOUT
npm ERR! network Socket timeout
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ADMIN\AppData\Local\npm-cache_logs\2022-12-01T10_56_00_786Z-debug-0.log
The text was updated successfully, but these errors were encountered: