Error while installing ether with yarn package #5896
Closed
theonlyunr
started this conversation in
General
Replies: 1 comment 1 reply
-
Misspelling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting the following error when I am trying to install ether package in my VS code.
theonlyunr@Laptop:~/hh-fcc/ethers-simple-storage-fcc$ yarn add ehters
yarn add v1.22.15
warning package.json: No license field
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
warning No license field
[1/4] Resolving packages...
**error An unexpected error occurred: "https://registry.yarnpkg.com/ehters: Not found".**
info If you think this is a bug, please open a bug report with the information provided in "/home/theonlyunr/hh-fcc/ethers-simple-storage-fcc/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Beta Was this translation helpful? Give feedback.
All reactions