narra
CDCloudflare Developers
•Created by narra on 11/19/2023 in #general-help
trying to deploy solid.js app with pnpm.
I am getting issues from the /functions directory. where I get the following error : Add the "nodejs_compat" compatibility flag to your Pages project to enable Node.js compatibility. I did add nodejs_compat in the compatibility flags dashboard. Also, I also tried switching all the imports to node:package. I am still getting this error.
1 replies
CDCloudflare Developers
•Created by narra on 5/13/2023 in #pages-help
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command failed with ENOENT: node_modules/vite/bin/vite.js
I am using pnpm for my project. I already made the build command :
npm install -g pnpm && pnpm i && pnpm build
My environment is also using the following node version : NODE_VERSION 18.14.0
2 replies