create-eth-app icon indicating copy to clipboard operation
create-eth-app copied to clipboard

Usage Error: The --cwd option

Open Sphinxkkk opened this issue 1 year ago • 0 comments

Hello, I keep encountering the following error while running commands and can't solve it. I would be very grateful if you could help me resolve this!

C:\Users\1\Desktop\SAB>npx create-eth-app my-eth-app --template compound

Creating a new Ethereum-powered React app in C:\Users\1\Desktop\SAB\my-eth-app.

Downloading files for template compound. This might take a moment.

Installing packages. This might take a couple of minutes.

Usage Error: The --cwd option is ambiguous when used anywhere else than the very first parameter provided in the command line, before even the command path

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

Aborting installation. yarnpkg install --cwd C:\Users\1\Desktop\SAB\my-eth-app has failed.

Sphinxkkk avatar Feb 28 '24 11:02 Sphinxkkk