Skip to content

Commit 6f96681

Browse files
author
Chris Esplin
committed
Clearing up some language around running npm init in the root folder
1 parent 71a6830 commit 6f96681

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firebase-tools/walkthrough.md

+6
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ Follow that url to see the results!
105105

106106
The Node.js community has moved toward putting all deploy commands in a `package.json` file, so let's initialize our project for Node.js as well and set up our deploy pipeline.
107107

108+
### Note
109+
110+
> You likely have `package.json` and other `npm` files under `./functions/` because you ran `firebase init` and initialized the functions.
111+
> The following steps will add new `npm`-related files in your root directory (`./package.json` and such).
112+
> This is intended, because both folders will act as separate NPM packages.
113+
108114
```bash
109115
$ npm init #go ahead and accept the defaults
110116
```

0 commit comments

Comments
 (0)