Skip to content

Commit

Permalink
docs: add sass package installation notes
Browse files Browse the repository at this point in the history
Close #22
  • Loading branch information
flang committed Jan 12, 2024
1 parent 6b9a73b commit 51d745d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,9 @@ To do so, just add ```com.flowingcode``` to the ```vaadin.whitelisted-packages``
```vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode```

More information on Spring whitelisted configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).

## Fix for npm sass package setup

In order for npm to properly install sass package, a .npmrc file is needed. Create the file in your project's root folder add this line to it:

```legacy-peer-deps=true```

0 comments on commit 51d745d

Please sign in to comment.