Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tier npm package dependency error #19

Open
mandrillxx opened this issue Jun 30, 2023 · 1 comment
Open

tier npm package dependency error #19

mandrillxx opened this issue Jun 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mandrillxx
Copy link

What is the issue?

Critical dependency: the request of a dependency is an expression

Import trace for requested module:
./node_modules/.pnpm/[email protected]/node_modules/tier/dist/mjs/get-client.js
./node_modules/.pnpm/[email protected]/node_modules/tier/dist/mjs/index.js
./app/(public)/pricing/page.tsx

Steps to reproduce

import { pull } from "tier";

async function pullLatestPricing() {
    const pricingData = await pull();
    return pricingData;
}

const latestInfo = await pullLatestPricing();

Are there any recent changes that introduced the issue?

No response

OS

Windows

OS version

windows 11

Tier version

0.11.1

@mandrillxx mandrillxx added the bug Something isn't working label Jun 30, 2023
@bmizerany bmizerany transferred this issue from tierrun/tier Aug 10, 2023
@mryraghi
Copy link

Has anyone solved this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants