Skip to content
#

nodegui

Here are 33 public repositories matching this topic...

cancerberoSgx
cancerberoSgx commented Sep 29, 2019

I'm trying to use this library in my own project but I fail. BTW I'm trying to use it in nodegui to write tests for it

I tried something like this

docker run --rm -i -v "$PWD":/code --workdir /code ngqt/qode sh test.sh

where test.sh is

rm -rf node_modules package-lock.json yarn.lock build .vscode dist
uname -a 
npm -v
node -v
yarn -v
apt-get install clang-tidy
yarn instal
bug good first issue question severity: critical

Improve this page

Add a description, image, and links to the nodegui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nodegui topic, visit your repo's landing page and select "manage topics."

Learn more