Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web] build/export error #1125

Closed
pauliusguzas opened this issue Oct 5, 2023 · 1 comment
Closed

[web] build/export error #1125

pauliusguzas opened this issue Oct 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pauliusguzas
Copy link
Collaborator

Describe the bug
Can't build/export web without errors

To Reproduce

  1. go to template-starter package
  2. run rnv export -p web
> Export encountered errors on following paths:
	/
	/404
	/_error: /500
   Creating an optimized production build...
 ✓ Compiled successfully
   Linting and checking validity of types...
   Collecting page data...
   Generating static pages (0/3)...
 ✓ Generating static pages (3/3)
    at makeError (/Users/pauliusguzas/Desktop/renative/renative/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/Users/pauliusguzas/Desktop/renative/renative/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)



 $ rnv build -p web - Done! 🚀
┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  SUMMARY | 10/5/2023, 12:43:53 PM                                        │
│  $ rnv build -p web                                                          │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 1.0.0-canary.1                                            │
│  Project Name ($package.name): @rnv/template-starter                         │
│  Project Version ($package.version): 1.0.0-canary.1                          │
│  Workspace ($.workspaceID): rnv                                              │
│  Platform (-p): web                                                          │
│  Engine ($.platforms.web.engine): engine-rn-next                             │
│  App Config (-c): template                                                   │
│  Build Scheme (-s): debug                                                    │
│  Supported Platforms: web                                                    │
│  Env Info: darwin | x64 | node v18.16.0                                      │
│  Executed Time: 0h:0m:18s:721ms                                              │
│                                                                              │
│ [ warn ] [project configure] Version mismatch of devDependency react-native-gesture-handler between package.json: v(2.13.1) and plugins.json: v(2.12.1). This is template. NO ACTION
│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/template_web                                               │
└──────────────────────────────────────────────────────────────────────────────┘
pauliusguzas@MBP-de-Flexn template-starter %

Desktop (please complete the following information):

  • OS: Ventura 13.5.2
  • Node Version 18.16.0
  • RNV Version 1.0.0-canary.1
  • rnv/template-starter Version 1.0.0-canary.1
@pauliusguzas pauliusguzas added the bug Something isn't working label Oct 5, 2023
@ElenaDiachenko ElenaDiachenko self-assigned this Oct 11, 2023
@pauliusguzas
Copy link
Collaborator Author

Works on sanity_1.0.0-2

@pavjacko pavjacko added this to the 1.0 milestone Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants