-
-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Description
I create a new directory then yarn add gl meow
const GL = require('gl');
const meow = require('meow');
// meow('foo');
const gl = GL(800, 600);
console.log(gl != null);
This prints true
- all ok.
However when I uncomment meow('foo')
, I get false
. So for some reason GL
returns null now. Will look more into it, but maybe you have an idea. Is meow doing any global changes to the node environment?
Metadata
Metadata
Assignees
Labels
No labels