Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
yarn-no-save
Advanced tools
Enabling --no-save
/ -N
option to Yarn cli commands. The option prevents saving to package.json when you do yarn add
stuff.
First you should have yarn installed globally. https://classic.yarnpkg.com/en/docs/install#mac-stable
install yarn-no-save globally:
$ yarn global add yarn-no-save
Now you can use Yarn with --no-save
/ -N
option in your command:
$ yarn add --no-save xxxxxxxx
The --no-save / -N option will be available in help message by typing "yarn help add
" or "yarn add --help
".
You are free to uninstall any packages installed with --no-save
/ -N
option by executing "yarn uninstall xxxxx
" (postuninstall scripts will be executed by doing this, while the same thing won't happen by just deleting the folders from node_modules).
You can reset Yarn to default at anytime by reinstall yarn:
$ npm i -g yarn
If you want --no-save
option available again after reinstalling Yarn, just run the following command again:
$ yns
FAQs
Enabling --no-save/-N option to Yarn cli commands
The npm package yarn-no-save receives a total of 26 weekly downloads. As such, yarn-no-save popularity was classified as not popular.
We found that yarn-no-save demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.