Disabling package-lock.json (2024)

I love to stay up to date with Node.js and npm, but sometimes change can be confusing. I’m talking about package-lock.json, which was introduced in npm v5.

npm notice created a lockfile as package-lock.json. You should commit this file.

… but maybe not. 🤔

To tell npm not to create a package-lock.jsonlock file for your current project, create a file called .npmrc at the root of the project and add package-lock=false to it.

*nix users may use:

echo 'package-lock=false' >> .npmrc
echo 'package-lock.json' >> .gitignore

If you want completely disable package-lock.json creation on your machine, simply set the config globally.

npm config set package-lock false

I recommend one of the above approaches instead of this.

rm -f package-lock.json && \
npm install lodash --save && \
rm -f package-lock.json

I’ve run into multiple instances where dependencies do not install as expected due to package-lock.json existing. The lock file is created every time a dependency is installed (npm install lodash) or npm install is run in npm v5. The lock file can easily get out of date if package-lock.json exists before the install or if a co-worker forgets to update package-lock.json before pushing to a repository.

Others are hitting this situation as well. If you are interested in diving deeper into the issue, there’s a good discussion going on in the npm issue tracker (#16866).

I’m not saying you should disable package-lock.json , but doing so has enabled me to keep my workflow with npm v5, as I used with npm v4. I expect these usability issues will be ironed out in future versions.

P.S. Please don’t forget to shrinkwrap your dependencies for production projects!

Disabling package-lock.json (2024)
Top Articles
Shop and Earn Rewards
The Future of Bank Identification Numbers
Mickey Moniak Walk Up Song
Fighter Torso Ornament Kit
Restored Republic January 20 2023
According To The Wall Street Journal Weegy
Craigslist Vermillion South Dakota
Pbr Wisconsin Baseball
Mikayla Campino Video Twitter: Unveiling the Viral Sensation and Its Impact on Social Media
Geometry Escape Challenge A Answer Key
A.e.a.o.n.m.s
Crusader Kings 3 Workshop
2021 Lexus IS for sale - Richardson, TX - craigslist
อพาร์ทเมนต์ 2 ห้องนอนในเกาะโคเปนเฮเกน
2016 Hyundai Sonata Price, Value, Depreciation & Reviews | Kelley Blue Book
3472542504
Studentvue Columbia Heights
boohoo group plc Stock (BOO) - Quote London S.E.- MarketScreener
Spergo Net Worth 2022
Mahpeople Com Login
Nordstrom Rack Glendale Photos
The Blind Showtimes Near Amc Merchants Crossing 16
Betaalbaar naar The Big Apple: 9 x tips voor New York City
About My Father Showtimes Near Copper Creek 9
Craigslist Alo
Surplus property Definition: 397 Samples | Law Insider
Prot Pally Wrath Pre Patch
Airline Reception Meaning
Used Patio Furniture - Craigslist
Costco Jobs San Diego
Dal Tadka Recipe - Punjabi Dhaba Style
Ou Football Brainiacs
Receptionist Position Near Me
Sams Gas Price Sanford Fl
Robotization Deviantart
Trinket Of Advanced Weaponry
Productos para el Cuidado del Cabello Después de un Alisado: Tips y Consejos
Red Sox Starting Pitcher Tonight
Donald Trump Assassination Gold Coin JD Vance USA Flag President FIGHT CIA FBI • $11.73
Current Time In Maryland
Springfield.craigslist
Ultra Clear Epoxy Instructions
888-333-4026
Paperless Employee/Kiewit Pay Statements
Tyler Perry Marriage Counselor Play 123Movies
Great Clips Virginia Center Commons
Expendables 4 Showtimes Near Malco Tupelo Commons Cinema Grill
Sound Of Freedom Showtimes Near Amc Mountainside 10
Tom Kha Gai Soup Near Me
Ronnie Mcnu*t Uncensored
Steam Input Per Game Setting
Gameplay Clarkston
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated:

Views: 6315

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.