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

Support node 18 #274

Open
danielnixon opened this issue Mar 14, 2023 · 0 comments
Open

Support node 18 #274

danielnixon opened this issue Mar 14, 2023 · 0 comments

Comments

@danielnixon
Copy link
Contributor

❯ nvm use 18                      
Now using node v18.13.0 (npm v8.19.3)
❯ npm run build                   

> [email protected] build
> NODE_ENV=production rollup -c --environment BUILD:production

Error loading `tslib` helper library.
[!] Error: Package subpath './package.json' is not defined by "exports" in /Users/danielnixon/dev/agile-digital/interactive-cli-seed/node_modules/tslib/package.json
Error: Package subpath './package.json' is not defined by "exports" in /Users/danielnixon/dev/agile-digital/interactive-cli-seed/node_modules/tslib/package.json
    at new NodeError (node:internal/errors:400:5)
    at exportsNotFound (node:internal/modules/esm/resolve:361:10)
    at packageExportsResolve (node:internal/modules/esm/resolve:697:9)
    at resolveExports (node:internal/modules/cjs/loader:538:36)
    at Function.Module._findPath (node:internal/modules/cjs/loader:607:31)
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1025:27)
    at Function.Module._load (node:internal/modules/cjs/loader:885:27)
    at Module.require (node:internal/modules/cjs/loader:1105:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/Users/danielnixon/dev/agile-digital/interactive-cli-seed/node_modules/rollup-plugin-typescript2/src/tslib.ts:11:23)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant