Skip to main content

Command Palette

Search for a command to run...

"Engines" in package.json

Published
1 min read
"Engines" in package.json

Setting "engines" in package.json allows to enforce rules for running your application.

package.json

raycast-untitled.png

trying to run yarn install or npm install will result in an error, if you have different versions of required packages.

M
Mudita4y ago

Great article