<Alterion.Dev>
<Alterion.Dev>
Explore posts from servers
CDCloudflare Developers
Created by <Alterion.Dev> on 5/28/2024 in #pages-help
npm create cloudflare: "no such file or directory lstat"
When attempting to create a new project using npm create cloudflare@latest, I get the following error after choosing the options I wanted:
PS E:\cf-projects> npm create cloudflare@latest

using create-cloudflare version 2.21.3

╭ Create an application with Cloudflare Step 1 of 3

├ In which directory do you want to create your application?
│ dir ./alterion-dev

├ What type of application do you want to create?
│ type Website or web app

├ Which development framework do you want to use?
│ framework Solid

├ Continue with Solid via `npx create-solid@0.5.5 -p alterion-dev -s`


npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\eslac\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\eslac\AppData\Roaming\npm'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in: C:\Users\eslac\AppData\Local\npm-cache\_logs\2024-05-28T02_57_29_983Z-debug-0.log
╰ ERROR Error
npm ERR! code 1
npm ERR! path E:\cf-projects
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c create-cloudflare

npm ERR! A complete log of this run can be found in: C:\Users\eslac\AppData\Local\npm-cache\_logs\2024-05-28T02_56_57_300Z-debug-0.log
PS E:\cf-projects>
PS E:\cf-projects> npm create cloudflare@latest

using create-cloudflare version 2.21.3

╭ Create an application with Cloudflare Step 1 of 3

├ In which directory do you want to create your application?
│ dir ./alterion-dev

├ What type of application do you want to create?
│ type Website or web app

├ Which development framework do you want to use?
│ framework Solid

├ Continue with Solid via `npx create-solid@0.5.5 -p alterion-dev -s`


npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\eslac\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\eslac\AppData\Roaming\npm'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in: C:\Users\eslac\AppData\Local\npm-cache\_logs\2024-05-28T02_57_29_983Z-debug-0.log
╰ ERROR Error
npm ERR! code 1
npm ERR! path E:\cf-projects
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c create-cloudflare

npm ERR! A complete log of this run can be found in: C:\Users\eslac\AppData\Local\npm-cache\_logs\2024-05-28T02_56_57_300Z-debug-0.log
PS E:\cf-projects>
Not quite sure what to do from here... I recall being able to create a cloudflare project with react, like, last week, but now this is broken.
25 replies
CDCloudflare Developers
Created by <Alterion.Dev> on 1/1/2024 in #workers-help
Is there any way to allow for eval() on a worker?
I understand that there are serious security issues with using eval() as a general rule. My problem is that I'm using a library called serialize-javascript to be able to stringify structures beyond what JSON.stringify(). Specifically, serialize-javascript allows for serializing dates, maps, sets, functions, regex and bigint. However, it doesn't provide any deserialize method, and simple states to use eval(). Which works perfectly well and has for years... but trying to port my db wrapper to a worker-supported version has cause me a fair share of grief. I would rather not remove functionality from my module due to this limitation, though I do understand that the distinction is that the context of running in a worker means we're not only dependendent on the user's system and security, but yours.
8 replies
CDCloudflare Developers
Created by <Alterion.Dev> on 5/15/2023 in #general-help
Pointing domain from cloudflare to shopify?
I'm trying to prepare for a move to our domain temporarily to shopify - this is temporary because I need more time to prepare a better shop integration, but for now, a simple shopify front will have to do. I was looking into whether it would be simple to configure the DNS settings to point to it - and my research lead me to this page : https://developers.cloudflare.com/support/third-party-software/e-commerce/using-cloudflare-with-shopify/#using-cloudflare-with-shopify Can anyone confirm what this page seem to be implying, that I'd need to pay for Enterprise-level cloudflare (which presumably is higher than the $200/month business plan!!!) just to use shopify through the cloudflare dns? Or does actually pointing the CNAME only as any other service would work correctly?
6 replies