Mathieu
Explore posts from serversCDCloudflare Developers
•Created by Mathieu on 11/3/2023 in #general-help
[Pages] Running script requires package
One of my scripts to run executes the following:
Cloudflare says that the command
copyfiles
is not found, which is kind of expected. Locally I installed copyfiles via npm install copyfiles -g
.
How can I run copyfiles
on Cloudflare?2 replies