We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@alleyinteractive/*
The Make script (./configure.php) is finding and replacing the @alleyinteractive/* NPM package namespace with the when executed.
Make
./configure.php
make
Author username?
authorusername
Vendor name (usually the Github Organization)? [alleyinteractive]:
vendorname
Plugin namespace?
pluginnamespace
Will this plugin be compiling front-end assets (Node)?
yes
package.json
@vendorname/*
No response
The text was updated successfully, but these errors were encountered:
Alley
This is no longer reproducible on the latest version. I believe we fixed this at some point along the way but didn't update this issue.
Sorry, something went wrong.
Ah, I might be wrong, I used alleyinteractive for the vendor name, so I probably didn't trigger the bug. Reopening for investigation.
alleyinteractive
srtfisher
No branches or pull requests
Description of the bug
The
Make
script (./configure.php
) is finding and replacing the@alleyinteractive/*
NPM package namespace with the when executed.Steps To Reproduce
make
in the command lineAuthor username?
enterauthorusername
Vendor name (usually the Github Organization)? [alleyinteractive]:
entervendorname
Plugin namespace?
enter a different string likepluginnamespace
Will this plugin be compiling front-end assets (Node)?
answeryes
package.json
file for instances of@vendorname/*
Additional Information
No response
The text was updated successfully, but these errors were encountered: