"npm i" doesn't create package.json

Hello, after cloning the https://github.com/solana-labs/example-helloworld#quick-start repository, I tried the “npm i” command but package.json was missing then I created it with “npm init” but then the “program-rust” script couldn’t be found.
What should I do?
Thanks

Hi there Arnaud!

Did you install all the dependencies as mentioned there in guide?

The following dependencies are required to build and run this example, depending on your OS, they may already be installed:

and configure your CLI :

Configure CLI

If you’re on Windows, it is recommended to use WSL - https://docs.microsoft.com/en-us/windows/wsl/install-win10) to run these commands

  1. Set CLI config url to localhost cluster

solana config set --url http://127.0.0.1:8899

  1. Create CLI Keypair

If this is your first time using the Solana CLI, you will need to generate a new keypair:

solana-keygen new