qccoders / startup-idea-generator

Click a button and receive a randomized startup idea!
http://startups.qccoders.org
GNU General Public License v3.0
5 stars 7 forks source link

Get an error installing it #48

Open venturaEffect opened 2 years ago

venturaEffect commented 2 years ago

Awesome job!

I love the idea but following the steps of usage I came to this error:

` npm install npm WARN deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 npm WARN deprecated babel-eslint@9.0.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. npm WARN deprecated eslint-loader@2.1.1: This loader has been deprecated. Please use eslint-webpack-plugin npm WARN deprecated html-webpack-plugin@4.0.0-alpha.2: please switch to a stable version npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. loadDep:jsdom → 304 ▐ ╢█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine jsdom@19.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","nploadDep:xml-name-validato ▄ ╢█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine data-urls@3.0.1: wanted: {"node":">=12"} (current: {"node":"8.10.0",loadDep:xml-name-validato ▐ ╢█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine w3c-xmlserializer@3.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","npm":"3.5.2"}) WARN engine whatwg-mimetype@3.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","npm":"3.5.2"}) WARN engine webidl-conversions@7.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","npm":"3.5.2"}) WARN engine whatwg-url@10.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0loadDep:xml-name-validato ▐ ╢█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine xml-name-validator@4.0.0: wanted: {"node":">=12"} (current: {"node":loadDep:xml-name-validato ▄ ╢█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine domexception@4.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","npm":"3.5.2"}) WARN engine whatwg-encoding@2.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","npm":"3.5.2"}) WARN engine saxes@5.0.1: wanted: {"node":">=10"} (current: {"node":"8.10.0","npm":"3.5.2"}) WARN engine html-encoding-sniffer@3.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","npm":"3.5.2"}) WARN engine ws@8.5.0: wanted: {"node":">=10.0.0"} (current: {"node":"8.10.0","nploadDep:tr46 → 304 ▐ ╢█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine tr46@3.0.0: wanted: {"node":">=12"} (current: {"node":"8.10.0","npm"loadDep:debug → 304 ▄ ╢█████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine @tootallnate/once@2.0.0: wanted: {"node":">= 10"} (current: {"node":npm ERR! Linux 4.15.0-171-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code EMISSINGARG

npm ERR! typeerror Error: Missing required argument #1 npm ERR! typeerror at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3) npm ERR! typeerror at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22) npm ERR! typeerror at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12) npm ERR! typeerror at /usr/share/npm/lib/install/deps.js:457:7 npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50 npm ERR! typeerror at /usr/share/npm/lib/fetch-package-metadata.js:37:12 npm ERR! typeerror at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5) npm ERR! typeerror at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7) npm ERR! typeerror at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20) npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50 npm ERR! typeerror This is an error with npm itself. Please report this error at: npm ERR! typeerror http://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! /home/zaesar/startup-idea-generator/npm-debug.log `

I'm newbie and would like to learn what I've done wrong

jpdillingham commented 2 years ago

@venturaEffect you'll want to use a newer version of node; it looks like several dependencies are expecting at least 12.0.0.