回答編集履歴
1
package-lock.json の説明を追加
answer
CHANGED
@@ -166,7 +166,7 @@
|
|
166
166
|
│ └── index.html
|
167
167
|
├── node_modules (npm install でインストールされる)
|
168
168
|
│ └── ... (中身はたくさんあるので、省略)
|
169
|
-
├── package-lock.json
|
169
|
+
├── package-lock.json (npm install でインストールしたものがすべて記録される)
|
170
170
|
├── package.json
|
171
171
|
├── src
|
172
172
|
│ └── index.js
|