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

Add action item to run-script no script found output #311

Closed
ruyadorno opened this issue Mar 19, 2021 · 1 comment
Closed

Add action item to run-script no script found output #311

ruyadorno opened this issue Mar 19, 2021 · 1 comment
Assignees

Comments

@ruyadorno
Copy link

Current in release branch:

$ npm run asdf
npm ERR! Missing script: asdf

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ruyadorno/.npm/_logs/2021-03-19T17_48_26_981Z-debug.log

Example of expected output:

$ npm run asdf
npm ERR! Unknown script: asdf
npm ERR! 
npm ERR! To see a list of available scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ruyadorno/.npm/_logs/2021-03-19T17_48_26_981Z-debug.log
@darcyclarke
Copy link
Contributor

Fixed in v7.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants