Skip to content

Which node version are you using for contributing? v16 changes all minified files. #2898

Answered by RunDevelopment
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

You can use any NodeJS version >=10.x to contribute.

every version changes all minified files

You have to use npm ci to install Prism's dependencies. npm install is non-deterministic which causes non-deterministic builds, hence the minified files changed.

engine into package.json

AFAIK, engine specifies which NodeJS version is necessary to use Prism as a library and not which version is necessary to develop Prism.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant