You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
例えば下記のように、多くのライブラリーは既にnode v10では動かないためです。 error @testing-library/react@12.1.0: The engine "node" is incompatible with this module. Expected version ">=12"
お手数ですが、ご確認いただけると幸いです。
The text was updated successfully, but these errors were encountered:
エラー環境
node v12
以上原因
依存パッケージ「ref」は
node v12
以上の実行環境でビルドエラーが発生します。なおdeprecatedであるnode
v10.24.1
で、ビルドが通る事を確認しました。参考
TooTallNate/ref#131
要望
node LTS versionで動作する依存パッケージに置換えます。
例えば下記のように、多くのライブラリーは既にnode v10では動かないためです。
error @testing-library/react@12.1.0: The engine "node" is incompatible with this module. Expected version ">=12"
お手数ですが、ご確認いただけると幸いです。
The text was updated successfully, but these errors were encountered: