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

Cannot build sema #407

Open
PimTournaye opened this issue Apr 6, 2024 · 0 comments
Open

Cannot build sema #407

PimTournaye opened this issue Apr 6, 2024 · 0 comments

Comments

@PimTournaye
Copy link

I'm on an M1 Pro, looking to use and extend Sema. Unfortunately, I've not been able to get the environment running due to build issues. I'm currently stuck on the following error, and not entirely clear how I could solve it.

npm run build

> [email protected] build
> routify -b && rollup -c

[!] Error: Package subpath './lib/utils/config' is not defined by "exports" in /Users/pim/Documents/Code/sema/node_modules/@roxi/routify/package.json
Error: Package subpath './lib/utils/config' is not defined by "exports" in /Users/pim/Documents/Code/sema/node_modules/@roxi/routify/package.json
    at new NodeError (node:internal/errors:399:5)
    at exportsNotFound (node:internal/modules/esm/resolve:266:10)
    at packageExportsResolve (node:internal/modules/esm/resolve:602:9)
    at resolveExports (node:internal/modules/cjs/loader:551:36)
    at Function.Module._findPath (node:internal/modules/cjs/loader:620:31)
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1039:27)
    at Function.Module._load (node:internal/modules/cjs/loader:898:27)
    at Module.require (node:internal/modules/cjs/loader:1120:19)
    at require (node:internal/modules/helpers:112:18)
    at Object.<anonymous> (/Users/pim/Documents/Code/sema/rollup.config.js:13:17)
    ```
    
Seeing as the repo is a bit older, I might just look into merging to Sveltekit, since it might solve some of these problems.
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