-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
the following example is from readme.md
{
"scripts": {
"clean": "shx --silent rm -rf build dist && shx echo Done",
"example": "shx --silent ls fakeFileName"
}
}
output:
npm ERR! Lifecycle script `example` failed with error:
npm ERR! Error: command failed
Reactions are currently unavailable