Missing file for V2 Demo
See original GitHub issueExpected Behavior
When launching the file .\OpenJSCAD.org\packages\web.html
one would expect to see a demo of the JSCAD, I know this demo was just added today which is fantastic and thank you!
Actual Behavior
A blank screen comes up instead. Pulling up the console I see that the issue is a file not found error with the line <script language="javascript" src="./dist/jscad-full.min.js"></script>
and in fact the file is not present in the ./dist folder.
Steps to Reproduce the Problem
- Git clone the repo (or download)
- Double click on demo.html
Specifications
- Version: V2.0
- Platform: Windows 10
- Environment: Chrome
Edit: The README doesn’t mention anything about the demo.html file being supposed to do anything the other two demos which are mentioned in the readme work great so maybe this isn’t an issue.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Error: "Missing file for [product]" when downloading Adobe ...
Go to the Trial Downloads page. · Click the Try link for the product you're trying to download and then click Download Now....
Read more >Demos are Missing from the Demo Importer - PlethoraThemes
This is a problem as, the package contains more files and folders than the theme itself like, demo content folder, documentation and, ...
Read more >Missing file: PIC16F1937.h with Picdem2's demo files?
Hello, Trying to get my head around using the PICDEM 2 Plus pre-programmed demo with a Pickit 3. I've downloaded the Picdem 2...
Read more >FL STUDIO Missing Data Files (Fixed) - YouTube
The dreaded RED sample! When that annoying error ' Some Data Files required by this project could not be located' shows up.
Read more >Can't run demo.py - missing FileNotFoundError: [Errno 2] No ...
I'm trying to run demo.py after a clean setup. However, after placing 2 of my own images (input1.png, input2.png) in the demo folder, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I would suspect that you still have some NPM environment issues. We have attempted to keep things simple, and standard. So, NPM should work as expected. Let us know if you cannot resolve.
hi @BarbourSmith , thanks for the bug report ! Just to clarify : V2 is not even alpha version yet ! things will change a lot , so nothing In README will pertain to V2 just yet until things are more stable
npm run build-web
in packages/webIf this does not help