mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
🐛 Remove internationalization support because of docker build issues
This commit is contained in:
parent
93985d381c
commit
a088054602
|
@ -22,9 +22,9 @@ import {
|
|||
|
||||
const tunnel = promisify(localtunnel);
|
||||
|
||||
// Add support for internationalization
|
||||
const fullIcuPath = require.resolve('full-icu');
|
||||
process.env.NODE_ICU_DATA = dirname(fullIcuPath);
|
||||
// // Add support for internationalization
|
||||
// const fullIcuPath = require.resolve('full-icu');
|
||||
// process.env.NODE_ICU_DATA = dirname(fullIcuPath);
|
||||
|
||||
let activeWorkflowRunner: ActiveWorkflowRunner.ActiveWorkflowRunner | undefined;
|
||||
let processExistCode = 0;
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
"dotenv": "^8.0.0",
|
||||
"express": "^4.16.4",
|
||||
"flatted": "^2.0.0",
|
||||
"full-icu": "^1.3.0",
|
||||
"glob-promise": "^3.4.0",
|
||||
"google-timezones-json": "^1.0.2",
|
||||
"inquirer": "^6.5.1",
|
||||
|
|
Loading…
Reference in a new issue