Building components fails when the base path contains `src`
See original GitHub issueWhen building locally, @timbl had:
> @solid/community-server@0.4.1 build:components /Users/timbl/src/github.com/solid/community-server
> componentsjs-generator -s src -c dist/components -i .componentsignore
Tried to reference a file outside the current package: /Users/timbl/dist/components/github.com/solid/community-server/dist/authentication/BearerWebIdExtractor.jsonld
Tested on:
- Node 12.7
- Node 14.x (latest)
- 9160b52d5b54d9f981c57e0c98bd8fb93893df33 (so Components-Generator.js 2.x)
- v0.4.1 (so Components-Generator.js 1.x)
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Why are these tsconfig paths not working? - Stack Overflow
I did a bit of digging and found that the tryPaths array produced by tsconfig-paths has absolute URLs relative to the project /cwd...
Read more >The Document Base URL element - HTML - MDN Web Docs
The HTML element specifies the base URL to use for all relative URLs in a document. There can be only one element in...
Read more >Error linking libraries in linked folder with spaces in path ...
My workspace is located in a folder that contains a space in the name ("Folder Space"). That folder contains the empty TI-RTOS example...
Read more >Documentation - Module Resolution - TypeScript
Module resolution is the process the compiler uses to figure out what an import refers to. Consider an import statement like import {...
Read more >Rewrites - next.config.js
rewrites is an async function that expects to return either an array or an object of arrays (see below) holding objects with source...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Suspicion confirmed! Can reproduce now.
gives
Thank you!