SolidOS / SolidOS/solid-panes

Published package does not work

Open
#110 0 comments 0 reactions 1 assignee View on GitHub

@Vinnl is already working on this.

Since Jun 4, 2019.

bug
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.js

ERROR 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.js

ERROR 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.js

ERROR 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.js

ERROR 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.