nolebase / integrations

✍️ A collection of diverse documentation engineering tools. Better reading experience, inline link preview, highlight targeted title, enhanced <mark> element, state-of-the-art SEO and <meta> generation, og image, thumbhash & blurhash images and more!
https://nolebase-integrations.ayaka.io
MIT License
132 stars 19 forks source link

[Config] node.js version #238

Open 321paranoiawhy opened 3 months ago

321paranoiawhy commented 3 months ago

We aleardy have specify package manager pnpm version in package.json, also, we need add .nvmrc to specify node.js version or update package.json engines.node field with .npmrc setting:

engine-strict=true
321paranoiawhy commented 3 months ago

I try to develop in my computer, and got error, maybe caused by node.js version I guess

nekomeowww commented 2 months ago

Sorry for the delayed response, I had a serious surgery last week and kind of recovered now.

What error did you encounter?

You are welcome to submit a dedicated PR to update the package.json to fix your problems.