-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Failed to build resources on Windows #186
Comments
@inikonorov can you show me some example code, how are you loading this? |
I see, let me take a look. |
look at what? |
At what could be wrong on your side (or buggy in this library). I've not built it on windows before for example, perhaps there's an issue. |
I just tried to do this instructions Error appears during npm start (look at screen - no such file or directory) I don't understand completely what should I show you |
@inikonorov hehe don't worry, it wasn't a request for you, I'm going to try to reproduce that error, just sit tight and I'll get back to you ;) |
oh, thank you :) |
@inikonorov what operating system are you using? And what version of node and npm? e.g. try running following commands and paste the output (or screenshot):
|
win 10 |
@inikonorov I've setup a windows build and I can recreate the issue which is good. See log at https://ci.appveyor.com/project/thijstriemstra/videojs-record/build/job/wfd4qlcv7d37n8cg Now to fix it.. |
@inikonorov can you do a |
yeah, one second |
hmm, the same error |
Ok thanks for the feedback I'll take a look at it again. |
thank you very much, you're the best support i've ever seen 🥇 |
i can try to do this on Linux, but I have a question - what should i do with node_modules if I want to upload files to hosting? just upload this folder? |
i'm 'always poor, never bored' ;) |
i'd like to get it working on windows, i imagine many people tried this on windows and failed, so I'm glad you raised the issue. Never thought about the windows build :-/ |
yeah, i think many people tried this on windows too |
@inikonorov can you upgrade npm/node to version 9 and see if that makes a difference? |
yeah, of course |
@inikonorov can you attach the full log file (as noted at bottom of error), e.g. |
of course |
@inikonorov i was able to reproduce your error (on windows and linux) and improved some things. Can you do:
|
woohoooo! everything is work, thank you very much :) |
but i still have a question, help me please, if you know anything about it - what should I do with node/npm, if I want to upload this files on hosting? |
can I just upload node_modules folder? |
and I wanted ask you - can I ask you some questions about videojs? and if i can do this, where does it do better? |
@inikonorov you move the javascript, css and html files onto a webserver, not the whole node_modules directory. Use a site like stackoverflow.com for video.js questions or their github page. |
nono, i was wrong, i wanted write "some questions about videojs-record" of course :) |
Yea this is the right place. |
okay, thank you very much, i'm very appreciate your support 🥇 |
v2.0.3 with the fixes has been released, closing. |
Hi I am facing issue with video recording and got the below issue.its been 2 days since im trying to fix but dint
|
During I install dependencies via node.js it shows such errors as:
What should I do?
The text was updated successfully, but these errors were encountered: