You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-router-dev/config/config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -855,7 +855,7 @@ export async function resolveEntryFiles({
855
855
856
856
if(!packageJsonPath){
857
857
thrownewError(
858
-
`Could not find package.json in ${rootDirectory} or any of its parent directories`
858
+
`Could not find package.json in ${rootDirectory} or any of its parent directories. Please add a package.json, or provide a custom entry.server.tsx/jsx file in your app directory.`
0 commit comments