Cannot run n8n from github

Hey,

I would like to try to help with some requests. I am not super familiar with npm so I may do some basic mistake.
Anyway, I followed this md file, Actual n8n setup 1-5 done with no error, but subpoint 6 made error like following:

throw er; // Unhandled 'error' event
      ^

Error: write EPIPE
    at process.target._send (node:internal/child_process:846:20)
    at process.target.send (node:internal/child_process:719:19)
    at callback (/home/simon/Downloads/n8n/node_modules/worker-farm/lib/child/index.js:32:17)
    at module.exports (/home/simon/Downloads/n8n/node_modules/terser-webpack-plugin/dist/worker.js:13:5)
    at handle (/home/simon/Downloads/n8n/node_modules/worker-farm/lib/child/index.js:44:8)
    at process.<anonymous> (/home/simon/Downloads/n8n/node_modules/worker-farm/lib/child/index.js:55:3)
    at process.emit (node:events:390:28)
    at emit (node:internal/child_process:917:12)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
Emitted 'error' event on process instance at:
    at node:internal/child_process:850:39
    at processTicksAndRejections (node:internal/process/task_queues:78:11) {
  errno: -32,
  code: 'EPIPE',
  syscall: 'write'

Whole output: https://termbin.com/9biz

I use

  • Ubuntu 20.04
  • npm 8.1.2
  • node v16.13.1

Thanks for any tip in advance! :slight_smile:

Please try with Node.js v14 instead of v16.

Unfortunately, it did not resolve the problem.

Please have a look here for terminal output:

[simon@LENOVO] ~/Downloads/n8n ⇨ nvm install 16.13.1                                                                                                                                      Took 5s [  2:43:11 ]
v16.13.1 is already installed.
Now using node v16.13.1 (npm v8.1.2)
[simon@LENOVO] ~/Downloads/n8n ⇨ node -v                                                                                                                                                  Took 1s [  2:43:36 ]
v16.13.1
[simon@LENOVO] ~/Downloads/n8n ⇨ npm run build                                                                                                                                            Took 0s [  2:43:44 ]


> build
> lerna exec npm run build

lerna notice cli v3.22.1
lerna info versioning independent
lerna info Executing command in 7 packages: "npm run build"

> [email protected] build
> tsc


> [email protected] build
> npm run build:theme


> [email protected] build
> tsc


> [email protected] build:theme
> gulp build:theme

[14:43:54] Using gulpfile ~/Downloads/n8n/packages/design-system/gulpfile.js
[14:43:54] Starting 'build:theme'...
[14:43:54] Starting 'compileTheme'...
[14:43:56] Finished 'compileTheme' after 1.83 s
[14:43:56] Starting 'copyThemeFonts'...
[14:43:56] Finished 'copyThemeFonts' after 14 ms
[14:43:56] Finished 'build:theme' after 1.84 s

> [email protected] build
> cross-env VUE_APP_PUBLIC_PATH="/%BASE_PATH%/" vue-cli-service build


> [email protected] build
> tsc


⠙  Building for production...Starting type checking and linting service...
Using 1 worker with 2048MB memory limit
⠴  Building for production...node: ../src/coroutine.cc:134: void* find_thread_id_key(void*): Assertion `thread_id_key != 0x7777' failed.
lerna ERR! npm run build exited 1 in 'n8n-editor-ui'
lerna ERR! npm run build exited 1 in 'n8n-editor-ui'
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
[simon@LENOVO] ~/Downloads/n8n ⇨ ^[OA^[OB^[OA^[OB^[OC^[OD^[OC^[OD^[OC^[OD                                                                                                              Retuned: 1 [  2:44:00 ]
npm run build                                 
[simon@LENOVO] ~/Downloads/n8n ⇨ npm run start                                                                                                                                         Retuned: 1 [  2:57:30 ]


> start
> run-script-os


> start:default
> cd packages/cli/bin && ./n8n

 ›   Error: command start not found
[simon@LENOVO] ~/Downloads/n8n ⇨ npm run                                                                                                                                               Retuned: 2 [  3:07:39 ]
Lifecycle scripts included in n8n:
  start
    run-script-os
  test
    lerna run test

available via `npm run-script`:
  bootstrap
    lerna bootstrap --hoist --no-ci
  build
    lerna exec npm run build
  dev
    lerna exec npm run dev --parallel
  clean:dist
    lerna exec -- rimraf ./dist
  format
    lerna exec npm run format
  lint
    lerna exec npm run lint
  lintfix
    lerna exec npm run lintfix
  optimize-svg
    find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo
  start:default
    cd packages/cli/bin && ./n8n
  start:windows
    cd packages/cli/bin && n8n
  watch
    lerna run --parallel watch
  webhook
    ./packages/cli/bin/n8n webhook
  worker
    ./packages/cli/bin/n8n worker

[simon@LENOVO] ~/Downloads/n8n ⇨ npm run start:default                                                                                                                                    Took 0s [  3:07:44 ]


> start:default
> cd packages/cli/bin && ./n8n

 ›   Error: command start not found
[simon@LENOVO] ~/Downloads/n8n ⇨                                                                                                                                                       Retuned: 2 [  3:07:56 ]

Thanks in advance!

Can you try…

npm run clean:dist; rm -rf node_modules;

Then run the lerna command followed by build and see how that goes? I know when I set up my Ubuntu Desktop I had to configure the ulimit settings but you don’t have that error yet :slightly_smiling_face:

1 Like

It sadly looks like you are doing the opposite of what I said. You are now particularly using the version you already used before and I mentioned not to use.

So to make it clear:
Please do NOT use v16.
Please DO use v14.

And I am also not sure that solves the problem for sure, but that is my first guess as it builds for me just fine and it also builds fine on GitHub, both times Node.js v14 gets used.

1 Like

I am sorry sir, to clarify I am able to read :laughing: That was just moment brainstorm.
BTW. that’s weird because I tried that few days ago (this is written in GH, that it’s best version)

Thank you and sorry for this ‘misunderstanding’ on my side

1 Like

You up and running now?

haha, yes it is sadly quite easy to overread a single word or to mix up one with the other. So I thought I make sure that it can not happen and avoid and missunderstandings :wink:

We actually right now still recommend v14 in the docs here.

If it wrongly mentions v16 somewhere, please inform us that we can fix it. Thanks!

2 Likes

So in CONTRIBUTING.md you say that best is 14.18.0 I just checked my bash_history, and I tried this specific version, but it did not work for me. Now running on 14.8.2, and it’s cool.
Not sure if it’s only problem on my machine, but if not someone in future will have the same problem, this may be helpful information.

Again, thanks, it works for me! <3

1 Like

Wow, that is very confusing! What did you change as you used v16.13.1 all along?

So I was in a hurry and wrote wrong version, updated in previous post! Sorry for that!

Ah OK, then at least it makes now sense again :wink:

Thought you did maybe change something else that could have helped other people in the future.

Have a great day!

1 Like

Unfortunately, I cannot help with that ;/

Also, you may have a look for something,
npm run build && npm run start work fine for me:

[simon@LENOVO] ~/Documents/n8n ⇨ npm run build                                                                                                                                            Took 0s [ 11:57:20 ]

> n8n@ build /home/simon/Documents/n8n
> lerna exec npm run build

lerna notice cli v3.22.1
lerna info versioning independent
lerna info Executing command in 7 packages: "npm run build"

> [email protected] build /home/simon/Documents/n8n/packages/workflow
> tsc


> [email protected] build /home/simon/Documents/n8n/packages/design-system
> npm run build:theme


> [email protected] build /home/simon/Documents/n8n/packages/node-dev
> tsc


> [email protected] build:theme /home/simon/Documents/n8n/packages/design-system
> gulp build:theme

[23:57:28] Using gulpfile ~/Documents/n8n/packages/design-system/gulpfile.js
[23:57:28] Starting 'build:theme'...
[23:57:28] Starting 'compileTheme'...
[23:57:30] Finished 'compileTheme' after 1.93 s
[23:57:30] Starting 'copyThemeFonts'...
[23:57:30] Finished 'copyThemeFonts' after 14 ms
[23:57:30] Finished 'build:theme' after 1.94 s

> [email protected] build /home/simon/Documents/n8n/packages/core
> tsc


> [email protected] build /home/simon/Documents/n8n/packages/editor-ui
> cross-env VUE_APP_PUBLIC_PATH="/%BASE_PATH%/" vue-cli-service build


⠙  Building for production...Starting type checking and linting service...
Using 1 worker with 2048MB memory limit
⠼  Building for production...
> [email protected] build /home/simon/Documents/n8n/packages/nodes-base
> tsc && gulp build:icons && gulp build:translations

⠙  Building for production...

 WARNING  Compiled with 2 warnings                                                                                                                                                                  11:57:56 PM

 warning  

asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  json.worker.js (249 KiB)
  ts.worker.js (4.5 MiB)
  js/app.203a594c.js (482 KiB)
  css/chunk-vendors.f712817b.css (298 KiB)
  js/chunk-vendors.37bbe0f9.js (4.34 MiB)

 warning  

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  app (5.16 MiB)
      css/chunk-vendors.f712817b.css
      js/chunk-vendors.37bbe0f9.js
      css/app.12a0c523.css
      js/app.203a594c.js


[23:57:59] Using gulpfile ~/Documents/n8n/packages/nodes-base/gulpfile.js
[23:57:59] Starting 'build:icons'...
[23:57:59] Finished 'build:icons' after 202 ms
[23:58:00] Using gulpfile ~/Documents/n8n/packages/nodes-base/gulpfile.js
[23:58:00] Starting 'build:translations'...
Default locale set to: en
No translation required - Skipping translations build...
[23:58:00] Finished 'build:translations' after 1.15 ms
Webpack Bundle Analyzer saved report to /home/simon/Documents/n8n/packages/editor-ui/dist/report.html
  File                                   Size                                                                              Gzipped

  dist/ts.worker.js                      4610.57 KiB                                                                       1033.84 KiB
  dist/js/chunk-vendors.37bbe0f9.js      4440.60 KiB                                                                       1132.80 KiB
  dist/js/app.203a594c.js                482.46 KiB                                                                        120.74 KiB
  dist/json.worker.js                    248.83 KiB                                                                        74.50 KiB
  dist/editor.worker.js                  123.58 KiB                                                                        40.85 KiB
  dist/js/chunk-4301fce8.d032a636.js     121.50 KiB                                                                        32.94 KiB
  dist/js/chunk-2d22d3e6.388c0a4c.js     28.89 KiB                                                                         7.23 KiB
  dist/js/chunk-b1e1f7c0.92d036f0.js     5.93 KiB                                                                          2.11 KiB
  dist/js/chunk-2d2073c1.f0370751.js     5.00 KiB                                                                          1.97 KiB
  dist/css/chunk-vendors.f712817b.css    297.99 KiB                                                                        44.30 KiB
  dist/css/app.12a0c523.css              62.34 KiB                                                                         12.24 KiB

  Images and other types of assets omitted.

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
      

> [email protected] build /home/simon/Documents/n8n/packages/cli
> tsc

lerna success exec Executed command in 7 packages: "npm run build"
[simon@LENOVO] ~/Documents/n8n ⇨ npm run start                                                                                                                                           Took 40s [ 11:58:07 ]

> n8n@ start /home/simon/Documents/n8n
> run-script-os


> n8n@ start:default /home/simon/Documents/n8n
> cd packages/cli/bin && ./n8n

Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Version: 0.155.2

Editor is now accessible via:
http://localhost:5678/

Press "o" to open in Browser.

But npm run dev finish with error ;/ But it serve n8n what I cannot gentle stop, do you understand maybe below errors?

12:00:52 AM - Starting compilation in watch mode...
n8n: [TypeScript] 
n8n-editor-ui:  INFO  Starting development server...
n8n: [Node] 
n8n: [Node] > [email protected] start:default /home/simon/Documents/n8n/packages/cli
n8n: [Node] > cd bin && ./n8n
n8n: [Node] 
n8n-design-system: [00:00:52] Using gulpfile ~/Documents/n8n/packages/design-system/gulpfile.js
n8n-design-system: [00:00:52] Starting 'watch:theme'...
n8n-design-system: [00:00:52] Starting 'build:theme'...
n8n-design-system: [00:00:52] Starting 'compileTheme'...
n8n: [Node] Initializing n8n process
n8n-editor-ui: Starting type checking and linting service...
n8n-editor-ui: Using 1 worker with 2048MB memory limit
n8n-editor-ui: <s> [webpack.Progress] 0% compiling
n8n-editor-ui: <s> [webpack.Progress] 10% building 0/0 modules 0 active 
n8n-editor-ui: <s> [webpack.Progress] 10% building 0/1 modules 1 active multi /home/simon/Documents/n8n/node_modules/webpack-dev-server/client/index.js?http://192.168.0.104:8080&sockPath=/sockjs-node /home/simon/Documents/n8n/node_modules/webpack/hot/dev-server.js ./src/main.ts
n8n-editor-ui: <s> [webpack.Progress] 10% building 1/1 modules 0 active 
n8n-editor-ui: <s> [webpack.Progress] 10% building 1/1 modules 0 active 
n8n-editor-ui: <s> [webpack.Progress] 10% building 1/2 modules 1 active multi /home/simon/Documents/n8n/node_modules/webpack/hot/dev-server.js /home/simon/Documents/n8n/node_modules/webpack-dev-server/client/index.js?http://192.168.0.104:8080&sockPath=/sockjs-node ./src/main.ts
n8n-editor-ui: <s> [webpack.Progress] 10% building 2/2 modules 0 active 
n8n-editor-ui: events.js:377
n8n-editor-ui:       throw er; // Unhandled 'error' event
n8n-editor-ui:       ^
n8n-editor-ui: Error: ENOSPC: System limit for number of file watchers reached, watch '/home/simon/Documents/n8n/packages/editor-ui/public'
n8n-editor-ui:     at FSWatcher.<computed> (internal/fs/watchers.js:243:19)
n8n-editor-ui:     at Object.watch (fs.js:1586:34)
n8n-editor-ui:     at createFsWatchInstance (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:38:15)
n8n-editor-ui:     at setFsWatchListener (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
n8n-editor-ui:     at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:233:14)
n8n-editor-ui:     at FSWatcher.NodeFsHandler._handleDir (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:429:19)
n8n-editor-ui:     at FSWatcher.<anonymous> (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:477:19)
n8n-editor-ui:     at FSWatcher.<anonymous> (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:482:16)
n8n-editor-ui:     at FSReqCallback.oncomplete (fs.js:192:5)
n8n-editor-ui: Emitted 'error' event on FSWatcher instance at:
n8n-editor-ui:     at FSWatcher._handleError (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/index.js:260:10)
n8n-editor-ui:     at createFsWatchInstance (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:40:5)
n8n-editor-ui:     at setFsWatchListener (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
n8n-editor-ui:     [... lines matching original stack trace ...]
n8n-editor-ui:     at FSReqCallback.oncomplete (fs.js:192:5) {
n8n-editor-ui:   errno: -28,
n8n-editor-ui:   syscall: 'watch',
n8n-editor-ui:   code: 'ENOSPC',
n8n-editor-ui:   path: '/home/simon/Documents/n8n/packages/editor-ui/public',
n8n-editor-ui:   filename: '/home/simon/Documents/n8n/packages/editor-ui/public'
n8n-editor-ui: }
n8n-editor-ui: npm ERR! code ELIFECYCLE
n8n-editor-ui: npm ERR! errno 1
n8n-editor-ui: npm ERR! [email protected] serve: `cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve`
n8n-editor-ui: npm ERR! Exit status 1
n8n-editor-ui: npm ERR! 
n8n-editor-ui: npm ERR! Failed at the [email protected] serve script.
n8n-editor-ui: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
n8n-editor-ui: npm ERR! A complete log of this run can be found in:
n8n-editor-ui: npm ERR!     /home/simon/.npm/_logs/2022-01-09T23_00_54_154Z-debug.log
n8n-editor-ui: npm ERR! code ELIFECYCLE
n8n-editor-ui: npm ERR! errno 1
n8n-editor-ui: npm ERR! [email protected] dev: `npm run serve`
n8n-editor-ui: npm ERR! Exit status 1
n8n-editor-ui: npm ERR! 
n8n-editor-ui: npm ERR! Failed at the [email protected] dev script.
n8n-editor-ui: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
n8n-editor-ui: npm ERR! A complete log of this run can be found in:
n8n-editor-ui: npm ERR!     /home/simon/.npm/_logs/2022-01-09T23_00_54_180Z-debug.log
lerna ERR! npm run dev exited 1 in 'n8n-editor-ui'
lerna ERR! npm run dev stdout:

> [email protected] dev /home/simon/Documents/n8n/packages/editor-ui
> npm run serve


> [email protected] serve /home/simon/Documents/n8n/packages/editor-ui
> cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve

 INFO  Starting development server...
Starting type checking and linting service...
Using 1 worker with 2048MB memory limit

lerna ERR! npm run dev stderr:
<s> [webpack.Progress] 0% compiling
<s> [webpack.Progress] 10% building 0/0 modules 0 active 
<s> [webpack.Progress] 10% building 0/1 modules 1 active multi /home/simon/Documents/n8n/node_modules/webpack-dev-server/client/index.js?http://192.168.0.104:8080&sockPath=/sockjs-node /home/simon/Documents/n8n/node_modules/webpack/hot/dev-server.js ./src/main.ts
<s> [webpack.Progress] 10% building 1/1 modules 0 active 
<s> [webpack.Progress] 10% building 1/1 modules 0 active 
<s> [webpack.Progress] 10% building 1/2 modules 1 active multi /home/simon/Documents/n8n/node_modules/webpack/hot/dev-server.js /home/simon/Documents/n8n/node_modules/webpack-dev-server/client/index.js?http://192.168.0.104:8080&sockPath=/sockjs-node ./src/main.ts
<s> [webpack.Progress] 10% building 2/2 modules 0 active 
events.js:377
      throw er; // Unhandled 'error' event
      ^

Error: ENOSPC: System limit for number of file watchers reached, watch '/home/simon/Documents/n8n/packages/editor-ui/public'
    at FSWatcher.<computed> (internal/fs/watchers.js:243:19)
    at Object.watch (fs.js:1586:34)
    at createFsWatchInstance (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:38:15)
    at setFsWatchListener (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
    at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:233:14)
    at FSWatcher.NodeFsHandler._handleDir (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:429:19)
    at FSWatcher.<anonymous> (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:477:19)
    at FSWatcher.<anonymous> (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:482:16)
    at FSReqCallback.oncomplete (fs.js:192:5)
Emitted 'error' event on FSWatcher instance at:
    at FSWatcher._handleError (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/index.js:260:10)
    at createFsWatchInstance (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:40:5)
    at setFsWatchListener (/home/simon/Documents/n8n/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
    [... lines matching original stack trace ...]
    at FSReqCallback.oncomplete (fs.js:192:5) {
  errno: -28,
  syscall: 'watch',
  code: 'ENOSPC',
  path: '/home/simon/Documents/n8n/packages/editor-ui/public',
  filename: '/home/simon/Documents/n8n/packages/editor-ui/public'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] serve: `cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/simon/.npm/_logs/2022-01-09T23_00_54_154Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: `npm run serve`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/simon/.npm/_logs/2022-01-09T23_00_54_180Z-debug.log

lerna ERR! npm run dev exited 1 in 'n8n-editor-ui'
lerna WARN complete Waiting for 6 child processes to exit. CTRL-C to exit immediately.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! n8n@ dev: `lerna exec npm run dev --parallel`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the n8n@ dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/simon/.npm/_logs/2022-01-09T23_00_54_223Z-debug.log
[simon@LENOVO] ~/Documents/n8n ⇨ sudo netstat -tulpn | grep LISTEN | grep 5678                                                                                                         Retuned: 1 [ 12:00:54 ]

tcp        0      0 0.0.0.0:5678            0.0.0.0:*               LISTEN      52237/node          
[simon@LENOVO] ~/Documents/n8n ⇨ kill 52237                                                                                                                                               Took 0s [ 12:01:00 ]
[simon@LENOVO] ~/Documents/n8n ⇨ sudo netstat -tulpn | grep LISTEN | grep 5678                                                                                                            Took 0s [ 12:01:05 ]

[simon@LENOVO] ~/Documents/n8n ⇨        

It’s similar error than at v16.13.1 at least this part

...
events.js:377
      throw er; // Unhandled 'error' event
      ^
...

This is the ulimit error I mentioned that you didn’t have yet :wink:

You will need to configure the file limits for your user to allow for a lot more than the default value.

If you pop open /etc/sysctl.conf you will find an option for fs.inotify.max_user_watches set this to something like 524288 then restart your machine and you should be good to go.

1 Like

Sorry if I missed that, it works for me, thanks a lot!

1 Like

No problem, I was actually wondering if maybe you wouldn’t hit it and it would be something I did when messing with my setup :smiley: