From 3293fc1d4a99f1487b3089ebcb130e37e528ea0e Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Tue, 23 Jul 2024 12:05:16 +0100 Subject: [PATCH] reverts tabs in favor of dropping support for npm/npx Signed-off-by: m4sterbunny --- snaps/learn/tutorials/gas-estimation.md | 30 ------------------- snaps/learn/tutorials/transaction-insights.md | 29 ------------------ 2 files changed, 59 deletions(-) diff --git a/snaps/learn/tutorials/gas-estimation.md b/snaps/learn/tutorials/gas-estimation.md index 135b65b021..634eab7b30 100644 --- a/snaps/learn/tutorials/gas-estimation.md +++ b/snaps/learn/tutorials/gas-estimation.md @@ -27,9 +27,6 @@ Create a new Snap project using the [`@metamask/create-snap`](https://github.com/MetaMask/snaps/tree/main/packages/create-snap) starter kit by running: - - - ```bash yarn create @metamask/snap gas-estimation-snap ``` @@ -39,33 +36,6 @@ Next, `cd` into the `gas-estimation-snap` project directory and run: ```bash yarn install ``` - - - -```bash -npx @metamask/create-snap gas-estimation-snap -``` -Next, `cd` into the `gas-estimation-snap` project directory and run: - -```bash -npm install -``` - - - - -```bash -npm create @metamask/snap gas-estimation-snap -``` - -Next, `cd` into the `gas-estimation-snap` project directory and run: - -```bash -npm install -``` - - - This initializes your development environment with the required dependencies. diff --git a/snaps/learn/tutorials/transaction-insights.md b/snaps/learn/tutorials/transaction-insights.md index 6a594c0122..7980866965 100644 --- a/snaps/learn/tutorials/transaction-insights.md +++ b/snaps/learn/tutorials/transaction-insights.md @@ -31,8 +31,6 @@ Create a new Snap project using the [`@metamask/create-snap`](https://github.com/MetaMask/snaps/tree/main/packages/create-snap) starter kit by running: - - ```bash yarn create @metamask/snap transaction-insights-snap @@ -43,33 +41,6 @@ Next, `cd` into the `transaction-insights-snap` project directory and run: ```bash yarn install ``` - - - -```bash -npx @metamask/create-snap transaction-insights-snap -``` - -Next, `cd` into the `transaction-insights-snap` project directory and run: - -```bash -npm install -``` - - - - -```bash -npm create @metamask/snap transaction-insights-snap -``` -Next, `cd` into the `transaction-insights-snap` project directory and run: - -```bash -npm install -``` - - - This initializes your development environment with the required dependencies.