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

Local Video File Option #33

Closed
shaneholloman opened this issue Jun 4, 2021 · 2 comments
Closed

Local Video File Option #33

shaneholloman opened this issue Jun 4, 2021 · 2 comments
Labels
question Further information is requested

Comments

@shaneholloman
Copy link

This strangely difficult on a windows machine inside VSCode! lol

@marcomontalbano
Copy link
Owner

Hi @shaneholloman , do you mean that it's hard running the project locally on windows machine? If so, I can check it. I never run it on windows.

@marcomontalbano marcomontalbano added the question Further information is requested label Jul 10, 2021
@marcomontalbano
Copy link
Owner

Hi @shaneholloman,
I had the time to test this project locally on a Windows machine. After some attempts I was able to run it.

You can use Git Bash or PowerShell (with PowerShell you have to change the Execution Policy).

You need to install NodeJS 16.x and yarn.

On Windows as soon as you run yarn install you probably will get this error message:

# gyp ERR! find VS **************************************************************
# gyp ERR! find VS You need to install the latest version of Visual Studio
# gyp ERR! find VS including the "Desktop development with C++" workload.
# gyp ERR! find VS For more information consult the documentation at:
# gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
# gyp ERR! find VS **************************************************************

You can just follow the instructions at https://github.com/nodejs/node-gyp#on-windows

  • Install the current version of Python from the Microsoft Store package.
  • Install Visual Studio Build Tools 2019.
  • Launch npm config set msvs_version 2019.

That's all, after these steps you'll be able to run yarn install and yarn start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants