-
Notifications
You must be signed in to change notification settings - Fork 0
cant find jscad/core when building #8
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
Comments
@hrgdavor welcome! thanks for taking a look at these. i was waiting for the latest alpha release of V2 JSCAD. There were a few late changes, so please update your local copy, and rebuild the library in dist.
|
hm, did not work.
still the same error Do I need to build openjscad somehow or this project has to be somewhere near openjscad ? |
The build script should create a library is the ‘dist’ directory. After the library is created, just open any of the HTML files. Hopefully, the little VUE application starts and shows some solids. |
Can you try starting again? Maybe NPM is not working correctly. |
Starting again did not help
the dep looks strange, how is the npm supposed to resolve that ? does this project have to be somewhere specific related to jscad ? If I were to try this on a freshly installed PC, would I need to download jscad too, and then do something with it first ? |
build works if I change dependencies
then
npm: v6.14.8, node v14.15.0 |
Hmmm... what version of NPM are you using. The ‘alpha’ versions will resolve to the latest release tagged with ‘alpha’. You’re changes will work but should not be necessary. And the next build will not use the newest ‘alpha’ version. Hmm... |
The ‘alpha’ version should resolve to 2.0.0-alpha.9 |
Yes, I did the whole process from scratch with new node and npm, and now it worked fine. |
npm run build
failsThe text was updated successfully, but these errors were encountered: