Which node version are you using for contributing? v16 changes all minified files. #2898
-
I tried node@10, node@12, node@14, node@16 but every version changes all minified files. Which version are you guys using? I really hope if author writes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use any NodeJS version >=10.x to contribute.
You have to use
AFAIK, |
Beta Was this translation helpful? Give feedback.
You can use any NodeJS version >=10.x to contribute.
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.AFAIK,
engine
specifies which NodeJS version is necessary to use Prism as a library and not which version is necessary to develop Prism.