Ubuntu on Windows (WSL) ?
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Hey ! I wanted to know if it's possible to run `noide-gles` in Ubuntu on Windows! Currently I can install everything but when I run `yarn ts-node src/tests/unsigned_byte_texture_upload_test.ts` or similar I get the following error:
```
dummy@PC:~/dev/node-gles$ yarn ts-node src/tests/unsigned_byte_texture_upload_test.ts
yarn run v1.10.1
$ /home/dummy/dev/node-gles/node_modules/.bin/ts-node src/tests/unsigned_byte_texture_upload_test.ts
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)
error Command failed with exit code 134.
```
Contributor guide
Assessment
This issue has not been assessed yet.