Published package does not work
@Vinnl is already working on this.
Since Jun 4, 2019.
- Dominant language
- JavaScript
- Stars
- 106
- Forks
- 52
- Avg merge
- 13h 35m
- Merged PRs (30d)
- 10
Description
When adding solid-panes@95-ci-publish (i.e. the published package of the revamp branch) to mashlib, I run into the following errors:
ERROR in ./node_modules/solid-panes/index.js
Module not found: Error: Can't resolve './home/homePane' in '/mashlib/node_modules/solid-panes'
@ ./node_modules/solid-panes/index.js 134:9-35
@ ./index.js
@ multi ./index.jsERROR in ./node_modules/solid-panes/index.js
Module not found: Error: Can't resolve './pad/padPane' in '/mashlib/node_modules/solid-panes'
@ ./node_modules/solid-panes/index.js 53:9-33
@ ./index.js
@ multi ./index.jsERROR in ./node_modules/solid-panes/index.js
Module not found: Error: Can't resolve './profile/profilePane' in '/mashlib/node_modules/solid-panes'
@ ./node_modules/solid-panes/index.js 132:9-41
@ ./index.js
@ multi ./index.jsERROR in ./node_modules/solid-panes/index.js
Module not found: Error: Can't resolve './scratchpad/paneWrapper' in '/inrupt/mashlib/node_modules/solid-panes'
@ ./node_modules/solid-panes/index.js 54:9-44
@ ./index.js
@ multi ./index.jsERROR in ./node_modules/solid-panes/index.js
Module not found: Error: Can't resolve './trustedApplications/trustedApplicationsPane' in '/mashlib/node_modules/solid-panes'
@ ./node_modules/solid-panes/index.js 133:9-65
@ ./index.js
@ multi ./index.js
In other words, the require calls to TypeScript aren't bundled. (Nor are those to regular files - presumably, mashlib's Webpack config also compiles solid-panes.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.