Skip to content

Commit 96916ae

Browse files
authored
Merge pull request #29 from ISA-tools/proccaserra-patch-1
Update README.md
2 parents 9830904 + c8087c4 commit 96916ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ $ npm run start
1616
# generate static project
1717
$ npm run generate
1818
```
19+
**IMPORTANT**
20+
1. Use node 20.10.8 LTS as relying on higher version will trigger an error (`[DEP0040] The punycode module is deprecated"`)
21+
2. If, during startup, you are getting the following error message `"error:0308010C:digital envelope routines::unsupported"`,
22+
Tell node to use the legacy OpenSSL provider issueing the following command:
23+
24+
`export NODE_OPTIONS=--openssl-legacy-provider`
1925

2026
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).
2127

0 commit comments

Comments
 (0)