@remotion/cli 3.3.101 → 3.3.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,5 +48,9 @@ const handleCommonError = async (err) => {
48
48
  log_1.Log.info(' Oftentimes, this happens if the component is missing the `export` keyword');
49
49
  log_1.Log.info(' or if the component was renamed and the import statement not properly adjusted.');
50
50
  }
51
+ if (err.message.includes('EBADF')) {
52
+ log_1.Log.info('💡 This error might be fixed by changing your Node version:');
53
+ log_1.Log.info(' https://github.com/remotion-dev/remotion/issues/2452');
54
+ }
51
55
  };
52
56
  exports.handleCommonError = handleCommonError;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "3.3.101",
3
+ "version": "3.3.103",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -16,16 +16,16 @@
16
16
  "author": "Jonny Burger <jonny@remotion.dev>",
17
17
  "license": "SEE LICENSE IN LICENSE.md",
18
18
  "dependencies": {
19
- "@remotion/bundler": "3.3.101",
20
- "@remotion/media-utils": "3.3.101",
21
- "@remotion/player": "3.3.101",
22
- "@remotion/renderer": "3.3.101",
19
+ "@remotion/bundler": "3.3.103",
20
+ "@remotion/media-utils": "3.3.103",
21
+ "@remotion/player": "3.3.103",
22
+ "@remotion/renderer": "3.3.103",
23
23
  "dotenv": "9.0.2",
24
24
  "memfs": "3.4.3",
25
25
  "minimist": "1.2.6",
26
26
  "open": "^8.4.2",
27
27
  "prompts": "2.4.1",
28
- "remotion": "3.3.101",
28
+ "remotion": "3.3.103",
29
29
  "semver": "7.3.5",
30
30
  "source-map": "0.6.1"
31
31
  },
@@ -43,7 +43,7 @@
43
43
  "@types/semver": "^7.3.4",
44
44
  "@typescript-eslint/eslint-plugin": "5.18.0",
45
45
  "@typescript-eslint/parser": "5.18.0",
46
- "@remotion/tailwind": "3.3.101",
46
+ "@remotion/tailwind": "3.3.103",
47
47
  "eslint": "8.25.0",
48
48
  "eslint-plugin-10x": "1.5.2",
49
49
  "eslint-plugin-react": "7.29.4",