A clear and concise description of what the bug is
This is really a problem with the docs folder. I have followed the How To Contribute todo list given in CONTRIBUTING.md to a T and still this error persists. After running yarn install in the root folder (in the next-minor branch), I cded into /apps/docs and ran yarn install again there. After this, I ran yarn dev and I got the following error in my console:
[rollup-plugin-svelte] Unknown "dev" option. Please use "compilerOptions" for any Svelte compiler configuration.
[rollup-plugin-svelte] Unknown "dev" option. Please use "compilerOptions" for any Svelte compiler configuration.
rollup v2.79.1
bundles /Users/caladan/Code/svelteui/node_modules/@svelte-docs/core/main.js → __DOCS__/dev/bundle.js...
(!) Config.aliases: No such file
/Users/caladan/Code/svelteui/packages/svelteui-core/package/index.js
I tried to run yarn dev in the main branch as well and in it, the code did execute and generate a localhost server, but nothing appeared on the screen then. The page heading and icon was rendered properly but nothing else. It looked like this:
And in the console of the developer tools, this error pops up:
Uncaught ReferenceError: core is not defined
at main.js:6:2
In which browser(s) did the problem occur?
Other - list in description
Steps To Reproduce
Clone the repo
Run git checkout next-minor if you want to see the first error, or stay in the main branch if you want to see the second error
Run yarn install in the root folder
cd into the docs by running cd apps/docs
Run yarn install again
Run yarn dev
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Relevant Assets
I mainly use Brave as a browser but the same error was there in Safari as well
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
This is really a problem with the docs folder. I have followed the How To Contribute todo list given in
CONTRIBUTING.md
to a T and still this error persists. After runningyarn install
in the root folder (in thenext-minor
branch), I cded into/apps/docs
and ranyarn install
again there. After this, I ranyarn dev
and I got the following error in my console:I tried to run
yarn dev
in themain
branch as well and in it, the code did execute and generate a localhost server, but nothing appeared on the screen then. The page heading and icon was rendered properly but nothing else. It looked like this:And in the console of the developer tools, this error pops up:
In which browser(s) did the problem occur?
Other - list in description
Steps To Reproduce
git checkout next-minor
if you want to see the first error, or stay in themain
branch if you want to see the second erroryarn install
in the root foldercd apps/docs
yarn install
againyarn dev
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Relevant Assets
I mainly use Brave as a browser but the same error was there in Safari as well