Tools: 馃搸 Lower supported Node version

Created on 9 Aug 2020  路  3Comments  路  Source: rome/tools

VS Code ships with an older version of Node that we only noticed yesterday does not support recursive on rmdir. We can lower it again once that has been shimmed since it seems like the only version-specific thing in the 12.0 range we are relying on.

task

Most helpful comment

mkdirp isn't about to be our first dependency 馃槢 All fs calls go through the internal/fs/index.ts module so it's all centralized.

All 3 comments

Adding the mkdirp package should give you pretty far backwards compatibility.

mkdirp isn't about to be our first dependency 馃槢 All fs calls go through the internal/fs/index.ts module so it's all centralized.

Lowered minimum supported Node version to 12.8 in 38ef4175b0835b1617f952d2d84d7962b0c8a92a and #1027.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChristopherBiscardi picture ChristopherBiscardi  路  5Comments

arslivinski picture arslivinski  路  5Comments

shirshak55 picture shirshak55  路  3Comments

RaviVaranasi picture RaviVaranasi  路  5Comments

ematipico picture ematipico  路  4Comments