segmentio / analytics-next

Segment Analytics.js 2.0
https://segment.com/docs/connections/sources/catalog/libraries/website/javascript
MIT License
384 stars 128 forks source link

Could not resolve "./lib/window-analytics-helper" when building with vite #1091

Closed squidsoup closed 1 month ago

squidsoup commented 1 month ago

Could not resolve "./lib/window-analytics-helper" from "../../node_modules/.pnpm/@segment+analytics-next@1.69.0/node_modules/@segment/analytics-next/dist/pkg/index.js"

with vite 4.5.2

global-analytics-helper is exported from dist/pkg/index.js but window-analytics-helper does not appear to be present in lib.

silesky commented 1 month ago

@squidsoup there is no module called window-analytics-helper anywhere in our codebase.

Can you check your code again, and see if you're not attempting to import such a module? Or, perhaps upgrade if you're using a very old version of ajs?