Skip to content

Commit f7ea4fa

Browse files
authored
Merge pull request #149 from netlify/michalpiechowiak/frp-1292-remixinit-script-fails-if-chosen-to-run-during-create-remix
fix(remix-init): add missing dependencies to remix.init script
2 parents 446afd1 + d48237f commit f7ea4fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

remix.init/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"private": true,
77
"dependencies": {
88
"@clack/prompts": "^0.7.0",
9-
"argh": "^1.0.0"
9+
"@npmcli/package-json": "^4.0.1",
10+
"argh": "^1.0.0",
11+
"execa": "5.1.1"
1012
}
1113
}

0 commit comments

Comments
 (0)