You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Bug Description
Yarn throws the following error on fresh install:
The project in /Users/furkan/src/create-eth-app/package.json doesn't seem to have been installed - running an install there might help
What I've tried so far:
npm cache clean
rm -rf node_modules
yarn install (exits 0)
Deleting the yarn cache and running yarn install
Steps to Reproduce
yarn create eth-app my-eth-app
Expect error
$ yarn create eth-app my-eth-app
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: Done in 0s 84ms
Creating a new Ethereum-powered React app in /Users/furkan/src/create-eth-app/my-eth-app.
Downloading template files. This might take a moment.
Installing packages. This might take a couple of minutes.
Usage Error: The project in /Users/furkan/src/create-eth-app/package.json doesn't seem to have been installed - running an install there might help
$ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds] [--mode #0]
Aborting installation.
yarnpkg install --cwd /Users/furkan/src/create-eth-app/my-eth-app has failed.
Expected Behavior
It should build?
Additional Context
Add any other context about the problem here (screenshots, whether the bug only occurs only in certain
mobile/desktop/browser environments, etc.)