Skip to content
New issue

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

Running configure script replaces @alleyinteractive/* NPM package namespace with the vendor name #298

Open
stevenslack opened this issue Dec 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working shell Requires understanding shell scripting

Comments

@stevenslack
Copy link
Contributor

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

  1. Clone the plugin to a local environment.
  2. Navigate to the root plugin directory in the command line.
  3. run make in the command line
  4. Follow the prompts ...
  5. When prompted for the Author username? enter authorusername
  6. When prompted for the Vendor name (usually the Github Organization)? [alleyinteractive]: enter vendorname
  7. When asked for the Plugin namespace? enter a different string like pluginnamespace
  8. When prompted for Will this plugin be compiling front-end assets (Node)? answer yes
  9. Follow the rest of the prompts until the script is complete.
  10. Check the package.json file for instances of @vendorname/*

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working shell Requires understanding shell scripting
Projects
None yet
Development

No branches or pull requests

2 participants