adobe / create-aio-lib

CLI tool to create Adobe I/O Libs (npm init @adobe/aio-lib)
Apache License 2.0
2 stars 5 forks source link

If reponame is not a scoped repo (as the instructions require), npm install fails #26

Closed shazron closed 1 year ago

shazron commented 4 years ago
$ npm init @adobe/aio-lib Foo Bar
$ cd Foo
$ npm i
npm WARN Invalid name: "@Bar"

Perhaps fix in tandem with #25

purplecabbage commented 1 year ago

fixed