PatrickAlphaC / hardhat-fund-me-fcc

82 stars 183 forks source link

I am not getting option to choose what type of project I need. Example: "javascript sample project". Earlier I was getting the option to choose(not advanced javascript), but not getting the options now. #74

Closed parasssinghl closed 1 year ago

parasssinghl commented 1 year ago

Instead of getting the options to choose from, what I am getting is:


warning ../../package.json: No license field
$ /home//hh-fcc/hardhat-fund-me-fcc/node_modules/.bin/hardhat
Hardhat version 2.10.2

Usage: hardhat [GLOBAL OPTIONS] <TASK> [TASK OPTIONS]

GLOBAL OPTIONS:

  --config              A Hardhat config file. 
  --emoji               Use emoji in messages. 
  --help                Shows this message, or a task's help if its name is provided 
  --max-memory          The maximum amount of memory that Hardhat can use. 
  --network             The network to connect to. 
  --show-stack-traces   Show stack traces. 
  --tsconfig            A TypeScript config file. 
  --verbose             Enables Hardhat verbose logging 
  --version             Shows hardhat's version. 

AVAILABLE TASKS:

  accounts              Prints the list of accounts
  check                 Check whatever you need
  clean                 Clears the cache and deletes all artifacts
  compile               Compiles the entire project, building all artifacts
  console               Opens a hardhat console
  coverage              Generates a code coverage report for tests
  flatten               Flattens and prints contracts and their dependencies
  gas-reporter:merge
  help                  Prints this message
  node                  Starts a JSON-RPC server on top of Hardhat Network
  run                   Runs a user-defined script after compiling the project
  test                  Runs mocha tests
  verify                Verifies contract on Etherscan

To get help for a specific task run: npx hardhat help [task]

Done in 2.73s. ```