Fantastic So done the init and the
Fantastic.. So done the init and the install. Guess that updates the json that I need to now put in root of website folder?
16 Replies
Don't worry about package-lock.json that tracks all versions and dependencies. Package.json is the main on you'll edit
and yes those stay at the project root level
Great, so now done with my npm install?
You ran
npm install @cloudflare/pages-plugin-mailchannels
correct? Not just npm install
Yeah
Then yes you are done with installing
Damn. Still fails compile - 23:44:43.180 ✘ [ERROR] Could not resolve "@cloudflare/pages-plugin-mailchannels"
Ahh one sec
Yeah thought the files were not there but they are
What command are you running to get that error
Its trying to build the site from my github dev branch
So once change is pushed.
Can you link your GitHub repo?
Its a private one.. Looking to see if I can share it out
If you can then my username is
Cyb3r-Jak3
Add you in
It all looks right. Can you share your pages build configuration?
You mean this?
Try adding
npm install
for the build commandOh, that compiled at least!
Ohhhhh DUDE! That worked.
Thank you sooo much!