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

Offline Web Apps: issues with wittr project from Udacity #323

Open
OleksiyRudenko opened this issue Nov 21, 2020 · 0 comments
Open

Offline Web Apps: issues with wittr project from Udacity #323

OleksiyRudenko opened this issue Nov 21, 2020 · 0 comments
Labels

Comments

@OleksiyRudenko
Copy link
Member

OleksiyRudenko commented Nov 21, 2020

https://github.com/jakearchibald/wittr requires Python, gyp and build tools installed. Node and gulp versions in use are way too outdated this triggers project installation errors.

Switching to https://github.com/jakearchibald/wittr-modern partly helps.

Even when builders are installed properly node-sass cannot donwload required dependencies.
Tested under windows, course students report similar issues.

image

Option 1.
Using node v11.15.0 helps

Option 2. (source)
on windows powershell/gitbash:
npm install --global --production windows-build-tools --vs2015

on wsl:
sudo apt install python
npm install node-gyp make
npm install node-sass —save-dev

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

No branches or pull requests

1 participant