Skip to content

Commit

Permalink
fix: adds NPM warning (#95)
Browse files Browse the repository at this point in the history
# What 💻 
* Adds warning for installing deps with NPM

# Why ✋
* NPM unable to properly resolve deps.
* Fix DEVRL-702 and DEVRL-622

# Evidence 📷
Include screenshots, screen recordings, or `console` output here
demonstrating that your changes work as intended

<!-- All sections below are optional. You can uncomment any section
applicable to your Pull Request. -->

<!-- # Notes 📝
* Any notes/thoughts that the reviewers should know prior to reviewing
the code? -->
  • Loading branch information
uF4No authored May 30, 2024
1 parent 7063e7b commit 854011b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ npx zksync-cli@latest create --template qs-upgrade contract-upgrade-quickstart
cd contract-upgrade-quickstart
```

::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
If you encounter an error while installing project dependencies using NPM as your package manager, try running `npm install --force`.
::

## Set up your wallet

:display-partial{path = "/build/zksync-101/_partials/_setup-wallet"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ npx zksync-cli@latest create --template qs-upgrade contract-upgrade-quickstart
cd contract-upgrade-quickstart
```

---
::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
If you encounter an error while installing project dependencies using NPM as your package manager, try running `npm install --force`.
::

## Set up your wallet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ npx zksync-cli@latest create --template qs-upgrade contract-upgrade-quickstart
cd contract-upgrade-quickstart
```

::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
If you encounter an error while installing project dependencies using NPM as your package manager, try running `npm install --force`.
::

## Set up your wallet

:display-partial{path="build/zksync-101/_partials/_setup-wallet"}
Expand Down

0 comments on commit 854011b

Please sign in to comment.