enter image description hereI enter npm start and an error pops up: TypeError: fields must be array of Layout instances
Dependencies were immediately attached in the screenshot [dependencies and error][2]
TypeError: fields must be array of Layout instances
at new Structure (/Users/Developer/Documents/Rust_programs/Solana/example-helloworld/node_modules/@solana/web3.js/node_modules/@solana/buffer-layout/src/Layout.ts:1107:13)
at Object.struct (/Users/Developer/Documents/Rust_programs/Solana/example-helloworld/node_modules/@solana/web3.js/node_modules/@solana/buffer-layout/src/Layout.ts:2615:5)
at Object.<anonymous> (/Users/Developer/Documents/Rust_programs/Solana/example-helloworld/node_modules/@solana/web3.js/src/system-program.ts:648:26)
at Module._compile (node:internal/modules/cjs/loader:1119:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1173:10)
at Module.load (node:internal/modules/cjs/loader:997:32)
at Function.Module._load (node:internal/modules/cjs/loader:838:12)
at Module.require (node:internal/modules/cjs/loader:1021:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/Users/Developer/Documents/Rust_programs/Solana/example-helloworld/src/client/hello_world.ts:4:1)