Closed TMisiukiewicz closed 2 months ago
@cortinico this is a small braking change that shouldn't affect too many users, shall we ship it as a part of 0.76 and document in the changelog?
@cortinico this is a small braking change that shouldn't affect too many users,
To give more context, this option was deprecated with appropriate warning for 3 major versions already.
@cortinico this is a small braking change that shouldn't affect too many users, shall we ship it as a part of 0.76 and document in the changelog?
Yup this sounds reasonable 👍
Summary:
The
--npm
flag ininit
command has been deprecated for more than a year now in favor of using--pm
flag. Sincenpm
will become a default package manager when initializing new project (#2503), I think it's a good time to remove this flag.Test Plan:
init
command locally and use--npm
flagChecklist