yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.44k stars 2.73k forks source link

Feature request: Flag to allow illegal characters during `yarn add` #4305

Open niftylettuce opened 7 years ago

niftylettuce commented 7 years ago

Something like yarn add --illegal-characters-ok <pkg> would be nice. Currently only npm install --save <pkg> supports a package.json with illegal characters.

niftylettuce commented 7 years ago

This is helpful for generators such as yo and sao that utilize EJS templates in package.json files for CLI prompting.