Hi guys, the instructions for the docs aren't work...
# support-questions-legacy
r
Hi guys, the instructions for the docs aren't working on my Macbook M1. Following this: https://supertokens.com/docs/community/versioning I get this error :
Copy code
ℹ Starting the development server...
Docusaurus website is running at "http://localhost:3000/".
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating

● Client █████████████████████████ building (10%) 0/5 entries 1/5 dependencies 0/0 modules 0 ac
tive 
 

ℹ 「wds」: Project is running at http://0.0.0.0:3000/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: Content not from webpack is served from /Users/rs/Documents/Development/docs/v2
ℹ 「wds」: 404s will fallback to /index.html
node:internal/crypto/hash:71
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
I ran:
Copy code
git clone https://github.com/supertokens/docs.git
git checkout 0.9.0
and then
cd v2
and then
npm i -d
and then when trying to run I got the error. Just to let you know 🙂
r
Hey @robschilder thanks for letting us know this. Can you tell me which node version you use?
r
v18.16.0
r
Can you try with node 16?
@nkshah2 can help here tomorrow
r
yea let me try a sec
yes that works, thanks for letting me know, now i can continue tonight with tweaking 🙂
so I guess node 18 on mac doesnt work
r
Cool! We will mention this in our docs