Skip to content
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

Build Instructions for clean windows machine #91

Open
ahmedismaiel opened this issue Sep 6, 2018 · 3 comments
Open

Build Instructions for clean windows machine #91

ahmedismaiel opened this issue Sep 6, 2018 · 3 comments

Comments

@ahmedismaiel
Copy link

The project is super cool
Unfortunatly i’m having trouble getting the code to compile and package correctly from source on windows. could you post clear instructions of how to get the dependencies installed on a clean machine so the commands on the readme run correctly. For example it seem like webpack is using an old version and not part of the node modules.also the python commands and electron are failing with unrecognized ‘build’ command.
Thanks for the great project

@pissang
Copy link
Owner

pissang commented Sep 6, 2018

Do you mean build https://github.com/pissang/clay-viewer ?

@ahmedismaiel
Copy link
Author

Yes. Thank you. My apologies

@ejamshidiasl
Copy link

instruction is easy:

# Build loader
npm run build
# Build editor
webpack --config editor/webpack.config.js

do you got any errors?
npm install -> install all required packages to build like rollup , ...
npm run build -> uses installed packages and builds final .js file

Repository owner deleted a comment from mohd5zal Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants