Movatterモバイル変換


[0]ホーム

URL:


メインコンテンツまでスキップ
Version: 10.x

制限事項

  1. npm-shrinkwrap.json andpackage-lock.json are ignored. Unlike pnpm, npmcan install the samename@version multiple times and with different sets ofdependencies. npm's lockfile is designed to reflect the flatnode_moduleslayout, however, as pnpm creates an isolated layout by default, it cannot respectnpm's lockfile format. Seepnpm import if you wish to convert a lockfile topnpm's format, though.
  2. Binstubs (files innode_modules/.bin) are always shell files, notsymlinks to JS files. The shell files are created to help pluggable CLI appsin finding their plugins in the unusualnode_modules structure. This is veryrarely an issue and if you expect the file to be a JS file, reference theoriginal file directly instead, as described in#736.

これらの問題に対する回避策について、いい考えをお持ちでしょうか。Share them.


[8]ページ先頭

©2009-2025 Movatter.jp