Konstantin Raev
Konstantin Raev
@outdooricon, the script is quite simple. It just DFS traverses package.json files starting with a workspace and copies missing packages from the root node_moduels into the workspace's node_modules. I haven't...
Python is not a feature of Yarn, it is used by node-gyp. You probably can pass python version via environment variables
I searched a bit and someone mentioned that Safari is more restrictive in WebRTC features by default, e.g. https://stackoverflow.com/a/53914556. More info on my environment: web server is running on http://192.168.0.46...
Ok, I think I found. a workaround: https://github.com/webrtcHacks/adapter Adding this to HTML fixes the issue for me ``` ```
That should not be hard to fix, anyone volunteers? The code is here https://github.com/yarnpkg/yarn/blob/master/src/cli/commands/pack.js
fixed via https://github.com/yarnpkg/yarn/pull/3538
Let's open a new issue so that it is easier to track what is fixed and what needs to be done. The quickest way is to send a PR, pack...
Turns out it is of a feature, pack command does not pack files listed in .gitignore, .npmignore and .yarnignore. I understand the idea behind this - so that people don't...
PR is welcome BTW :)