Skip to content

Commit 077b233

Browse files
authored
Added requirement @material/theme
Without this package I get the following error (after running npm prepare): Error: Cannot find module '@material/dom/package.json'
1 parent b4ee7eb commit 077b233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SVELTEKIT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ npm install --save-dev @smui/card
1010
# etc...
1111

1212
npm install --save-dev smui-theme
13+
npm install --save-dev @material/theme
1314
```
1415

1516
Create your theme files with `smui-theme`.

0 commit comments

Comments
 (0)