Open niftylettuce opened 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.
yarn add --illegal-characters-ok <pkg>
npm install --save <pkg>
package.json
This is helpful for generators such as yo and sao that utilize EJS templates in package.json files for CLI prompting.
yo
sao
Something like
yarn add --illegal-characters-ok <pkg>
would be nice. Currently onlynpm install --save <pkg>
supports apackage.json
with illegal characters.