We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pulling from master and running yarn dev results in a broken state. Here are some images:
yarn dev
I've tried running yarn build and serving that output, and also tried yarn start.
yarn build
yarn start
Here's a partially truncated view of tree in the build folder after yarn build.
tree
build
├── asset-manifest.json ├── images ... a bunch under images ├── index.html ├── papers │ └── index.html ├── pdf.viewer.js ├── pdf.worker.min.js ├── static │ ├── css │ │ ├── reader.css │ │ └── reader.css.map │ ├── js │ │ ├── list.7f1849.js │ │ ├── list.7f1849.js.LICENSE.txt │ │ ├── list.7f1849.js.map │ │ ├── reader.7f1849.js │ │ ├── reader.7f1849.js.LICENSE.txt │ │ └── reader.7f1849.js.map │ └── media ... a bunch under media ├── viewer.css └── viewer.js.map
The README doesn't outline anything else to do. I'd be happy to try some other steps if anyone has feedback.
I'd imagine this is an issue with Webpack, which could require some intense and painful debugging to get to the bottom of.
Let me know if you need any more details or I can help in another way.
Thanks for this project, it sounds and looks (from what I see so far) quite interesting and useful!
The text was updated successfully, but these errors were encountered:
Windows 10 npm -v 6.14.14
README surly need more information to guide a new user😂. And I got a similar "loading issue", after I ran
npm install npm start
it shows
i 「wdm」: Compiled successfully. No issues found.
It just stop there, the browser(chrome) didn't automatically open the app.
After I manually entered http://localhost:3001/ I can successfully see the app.
http://localhost:3001/
Sorry, something went wrong.
No branches or pull requests
Pulling from master and running
yarn dev
results in a broken state. Here are some images:Network and Console tab of DevTools showing 404s for scripts and app resources (click to show details)
Broken interface in browser
I've tried running
yarn build
and serving that output, and also triedyarn start
.Here's a partially truncated view of
tree
in thebuild
folder afteryarn build
.The README doesn't outline anything else to do. I'd be happy to try some other steps if anyone has feedback.
I'd imagine this is an issue with Webpack, which could require some intense and painful debugging to get to the bottom of.
Let me know if you need any more details or I can help in another way.
Thanks for this project, it sounds and looks (from what I see so far) quite interesting and useful!
The text was updated successfully, but these errors were encountered: