jsdelivr / jsdelivr

A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM

Home Page:https://www.jsdelivr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax Error with @netlify/blobs

Era-cell opened this issue · comments

Description

Uncaught SyntaxError: The requested module 'https://cdn.jsdelivr.net/npm/@netlify/blobs@6.5.0/+esm' does not provide an export named 'getDeployStore' (at pull_arms.js:3:10)

import works well with other modules like axios but not with @netlify/blobs

and +esm:6 Uncaught Error: Failed to bundle using Rollup v2.79.1: the file imports a not supported node.js built-in module "fs". If you believe this to be an issue with jsDelivr, and not with the package itself, please open an issue at https://github.com/jsdelivr/jsdelivr
at +esm:6:8

if i import everything, ie import *as alias from "cdn/jsdelivr..."

Affected jsDelivr links

https://cdn.jsdelivr.net/npm/@netlify/blobs@6.5.0/+esm

Response headers

/

Information

System:
OS: Windows 11 10.0.22631
CPU: (12) x64 AMD Ryzen 5 4600H with Radeon Graphics
Memory: 15.72 GB / 31.37 GB
Binaries:
Node: 20.11.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.21 - ~\AppData\Roaming\npm\yarn.CMD
npm: 9.8.1 - C:\Program Files\nodejs\npm.CMD
pnpm: 8.15.3 - ~\AppData\Roaming\npm\pnpm.CMD

Requisites

  • I performed a cursory search of the issue tracker to avoid opening a duplicate issue.
  • I checked the documentation to understand that the issue I am reporting is not normal behavior.
  • I understand that not filling out this template correctly will lead to the issue being closed.

Additional content

No response