yargs/yargs

How to migrate from yargs@16

Open

#1,948 opened on 2021年5月20日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)JavaScript (10,829 stars) (1,053 forks)batch import
Help Wantedquestion

説明

The usage at yargs 16 can be:

import yargs from 'yargs/yargs';

Then yargs.js is gone since upgrade yargs to 17. I'm going to migrate project to ESM, and this stop me to next step.

コントリビューターガイド