-
Notifications
You must be signed in to change notification settings - Fork 367
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
$ npm run build - in Windows #49
Comments
hi @skyview059, windows support is experimental but it was built last week successfully on windows by someone else. there are windows specific instructions here: https://github.com/maxogden/screencat#building-the-app |
hi @maxogden, I tryed build in windows, but when executed (npm start), I get an error (in line 1 and char 1). Do you have any idea? Tks a lot |
@eduardofg what's the error? |
hi, @mafintosh, It's an error 800A138F, in electron.js, the same if you execute the .js manually. |
Hi @mafintosh and @maxogden, I didn't had installed the electron runtime (sorry)(http://maxogden.com/electron-fundamentals.html). I started the electron.js but I not understand what the next step. I need start the app.js with node too? Thanks a lot |
I have the same error 800A138F in win 7 on npm start... How I fix? Thaks |
hi @carletto. Install the prebuilt of electron (npm install electron-prebuilt -g), now the comand "electron" works. (electron electron.js), but out of directory "screencat". If you execute "electron" its open a new window, for you put the application. I dragged and drop the electron.js and its execute (ready on console). But now, I not understand the next step for execute.... |
I have Solved! After cancel electron.js from directory. package.json: Now screencat starts! But I have others errors on deprecated function and on robot.js but this is another story ;-) |
yeah, same here.. |
Thanks for posting the fixes. Confirming these work, but now when I run 'npm start' it's stuck-- it just says 'ready' in console. Edit: In my tiredness, I didn't notice screencat is actually running. :) So this issue is resolved for me. |
Hi i'm new.
How can I build this for windows?? is it support windows or not? :)
Error message is bellow.
Kanny@DESKTOP-O2HSVSO ~/screencat (master)
$ npm run build
cp: cannot create regular file `ScreenCat.app/Contents/Resources/atom.icns': No such file or directory
npm ERR! weird error 1
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: