question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DefaultApp.tsx missing in build

See original GitHub issue

🐛 Bug Report

Cannot find module ‘node_modules/next-page-tester/dist/_app/DefaultApp.tsx’ from ‘node_modules/next-page-tester/dist/loadPage.js’

To Reproduce

install from npm and run example test

Run npx envinfo --preset jest

Paste the results here:

System:
    OS: macOS 11.1
    CPU: (8) x64 Apple M1
  Binaries:
    Node: 14.15.2 - /usr/local/bin/node
    Yarn: 1.22.10 - ~/Desktop/projekty/publisher_pwa/node_modules/.bin/yarn
    npm: 6.14.9 - /usr/local/bin/npm
  npmPackages:
    jest: 26.6.3 => 26.6.3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
tomaszrondiocommented, Jan 14, 2021

I updated to 0.16.1 and it works!

1reaction
tomaszrondiocommented, Jan 14, 2021

My pleasure. Always happy to break stuff.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot compile TypeScript app created with CRA because of ...
I ran into the issue and had difficulties understanding that this was an issue coming from a missing eslint config. I was building...
Read more >
2 - Stack Overflow
I'm trying to add some pages in typescript, and since I can only import .ts files in .ts or .tsx files, I renamed...
Read more >
Build a full-stack TypeScript app using tRPC and React
Build a simple, full-stack TypeScript app using tRPC that will be type-safe when it comes to the code and across the API boundary....
Read more >
How To Set Up a React Project with Create React App
Starting a new React project used to be a complicated multi-step process that involved setting up a build system, a code transpiler to ......
Read more >
A quick guide to help you understand and create ReactJS apps
This Post is divided into 2 parts 1. The First Part demonstrates how to create a simple React app using 'create-react-app' CLI and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found