You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in fetch-dependencies, it is required.
```
if ! [ -x "$(command -v modclean)" ]; then
echo 'Error: modclean is not installed. To install: npm i -g modclean' >&2
exit 1
fi
```
p.s. great job with the project!
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This uses a special version of Chrome (headless chromium) from the [serverless-c
23
23
* An AWS Account
24
24
* The [AWS SAM Local](https://github.com/awslabs/aws-sam-local) running functions locally with the [Serverless Application Model](https://github.com/awslabs/serverless-application-model) (see: `template.yaml`, install: `npm install -g aws-sam-local`)
25
25
* node.js + npm
26
-
*`modclean` npm modules for reducing function size (optional)
26
+
*`modclean` npm modules for reducing function size
0 commit comments