mirror of
https://github.com/withastro/astro.git
synced 2025-04-14 23:51:49 -05:00
Add h3 for Installing dependencies manually (#8155)
This commit is contained in:
parent
6f84e2af0e
commit
f904f9a74d
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ yarn astro add node
|
|||
pnpm astro add node
|
||||
```
|
||||
|
||||
### Add dependencies manually
|
||||
|
||||
If you prefer to install the adapter manually instead, complete the following two steps:
|
||||
|
||||
1. Install the Node adapter to your project’s dependencies using your preferred package manager. If you’re using npm or aren’t sure, run this in the terminal:
|
||||
|
|
Loading…
Add table
Reference in a new issue