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
npx nx run web:build:development
✔ 1/1 dependent project tasks succeeded [0 read from cache]
Hint: you can run the command with --verbose to see the full dependent project outputs
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> nx run web:build:development
- info Creating an optimized production build...
- info Compiled successfully
- info Skipping linting
- info Checking validity of types...
- info Collecting page data...
- info Generating static pages (0/4)
- info Generating static pages (1/4)
- info Generating static pages (2/4)
- info Generating static pages (3/4)
- info Generating static pages (4/4)
- info Finalizing page optimization...
Route (app) Size First Load JS
┌ ○ / 135 B 76.9 kB
└ ○ /api/hello 0 B 0 B
+ First Load JS shared by all 76.8 kB
├ chunks/7fd0f9f1-762a07e45b12abd7.js 50.5 kB
├ chunks/9-cf9dd99d8c81b14c.js 24.4 kB
├ chunks/main-app-f95c953e09ad90fc.js 215 B
└ chunks/webpack-fc1a5e99df276ef1.js 1.64 kB
Route (pages) Size First Load JS
─ ○ /404 178 B 85.9 kB
+ First Load JS shared by all 85.7 kB
├ chunks/main-f3386f0de7f4d196.js 83.9 kB
├ chunks/pages/_app-415a5670032b79f5.js 190 B
└ chunks/webpack-fc1a5e99df276ef1.js 1.64 kB
○ (Static) automatically rendered as static HTML (uses no initial props)
> NX Cannot find file "../src/utils/config" with any of the following extensions: .js, .cjs, .mjs, .json
Pass --verbose to see the stacktrace.
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> NX Ran target build for project web and 1 task(s) they depend on (5s)
✖ 1/2 failed
✔ 1/2 succeeded [0 read from cache]
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
Running 'npx nx run APP_NAME/build/development` in new @nx/next app fails
Expected Behavior
It should pass
GitHub Repo
https://github.com/erikash/nx-next-js-repro
Steps to Reproduce
Nx Report
Failure Logs
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: