You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would enable a very minimal install for things like docker containers
There's an issue talking about Docker here: #749. I'd suggest using the Debian or CentOS package if possible in your environment, it's almost as easy as using the combined .js file.
Feature request:
What is the current behavior?
No shebang line (like
#!/usr/bin/env node
) is added to yarn-[version].js build, e.g. yarn-0.15.0.js from https://github.com/yarnpkg/yarn/releasesWhat is the expected behavior?
There should be a shebang line so that the file can be run directly from a terminal after setting appropriate permissions (e.g.
chmod +x yarn.js
).This was inspired by #878 - it would enable a very minimal install for things like docker containers:
It would also be good if the file was available minified.
The text was updated successfully, but these errors were encountered: