All Posts
News bits
npm v10.9.0 devEngines
npm v10.9.0 devEngines
npm v10.9.0 でdevEnginesフィールドが追加された。
https://github.com/npm/cli/releases/tag/v10.9.0
devEnginesを利用することで、開発時のランタイムとパッケージマネージャを制御することが出来る。
https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines
devEnginesは次のように利用する。
{
"devEngines": {
"runtime": {
"name": "node",
"onFail": "error"
},
"packageManager": {
"name": "npm",
"onFail": "error"
}
}
}これは、packageManagerフィールドについての議論を元に提案された仕様を元に実装されている。
著者について
Hi there. I'm hrdtbs, a frontend expert and technical consultant. I started my career in the creative industry over 13 years ago, learning on the job as a 3DCG modeler and game engineer in the indie scene.
In 2015 I began working as a freelance web designer and engineer. I handled everything from design and development to operation and advertising, delivering comprehensive solutions for various clients.
In 2016 I joined Wemotion as CTO, where I built the engineering team from the ground up and led the development of core web and mobile applications for three years.
In 2019 I joined matsuri technologies as a Frontend Expert, and in 2020 I also began serving as a technical manager supporting streamers and content creators.
I'm so grateful to be working in this field, doing something that brings me so much joy. Thanks for stopping by.