Questions tagged [nomachine-nx]

NoMachine NX is a remote access, hosted virtual desktop application.

NoMachine NX is an enterprise-class solution for secure remote access, hosted virtual desktop deployment, and application delivery built around the self-designed and self-developed NX suite of components.

Thanks to its outstanding compression, session resilience and resource management and its integration with the powerful audio, printing and resource sharing capabilities of the Unix world, NX makes it possible to run any graphical application on any OS across any network. Via NX, accessing remote desktops, servers and applications, whatever their location, is just as fast, easy and secure as if you were sitting in front of them.

Together with easy-to-use management, deployment, and monitoring tools, NoMachine makes it possible to transform any traditional desktop computing environment into a centrally managed, globally accessible, virtual desktop infrastructure.

243 questions
12
votes
8 answers

Keymap issues with NX from Mac OS X Lion to Ubuntu

I have issues with the keymap of my NX session being garbled. I have a Macbook Air running OS X Lion. I use OpenNX to start a session with an Ubuntu server running FreeNX. The session type is Gnome. My keymap is very off (eg. w gives =, delete gives…
Paul
  • 1,720
  • 2
  • 15
  • 20
11
votes
0 answers

How do I configure NextJS to correctly handle alias paths within scss?

I've created a nextjs app within my NX monorepo and I've started porting an existing NX app (within the same monorepo) to it. My NX monorepo is set up with many alias's, all of them configured within the root tsconfig.base.json file. For instance,…
gxc
  • 4,946
  • 6
  • 37
  • 55
11
votes
1 answer

Linting is extremely slow after upgrading nx/angular . Plugin: import/no-deprecated

The project has been upgraded from 11.2.11 to 12.2.10 during the nx upgrade process (nx migrate) Now, the code linting increased from 30 seconds to 4 minutes: time TIMING=1 ng lint my-app > nx run my-app:lint Linting "my-app"... All files pass…
user3841429
  • 326
  • 2
  • 15
9
votes
1 answer

Is there a way to clear NX Cloud cache?

I know I can clear nx cache with nx reset but is there a way to clear the NX Cloud cache? I could not find a command or an option in their GUI that would enable this.
Felipe Plets
  • 7,230
  • 3
  • 36
  • 60
9
votes
1 answer

How to setup Webpack's HMR in NestJS project in Nx monorepo?

I am trying to enable Webpack HMR in nestjs app in Nx monorepo The nx workspace with nestjs app can be found in the repo here. It is created by following official docs Nestjs webpack HMR docs is here I successfully enabled Webpack HMR in nestjs app…
8
votes
3 answers

Cannot find module 'nx/src/config/workspaces' on creating a React app on existing Nx project

I am getting the following error and I add the react app to the already existing Nx project on my system: Require stack: - C:\Users\HP\OneDrive\Documents\amagi-qtc\node_modules\@nrwl\devkit\index.js -…
Masudha Meher
  • 93
  • 1
  • 1
  • 7
8
votes
1 answer

Angular v13 Jest with nx test - SyntaxError: Cannot use import statement outside a module at Runtime.createScriptFromCode

I tried to follow every comment with a possible solution here to the letter. I relied on an example project on github as well which works perfectly. This also started to happen to me after updating everything manually and when running the nx test…
1antares1
  • 1,146
  • 2
  • 11
  • 19
7
votes
1 answer

Errors running ng lint on newly created Angular workspace

I have created a new Angular workspace using the following sequence of commands: npx ng new starwars --prefix ts --routing --style scss cd starwars npx ng add @ngrx/store@latest # accepting the defaults npx ng lint # accepting the installation and…
serlingpa
  • 12,024
  • 24
  • 80
  • 130
7
votes
4 answers

Keymap issues with NX from Mac OS X Lion

I tried to answer the question from Mark: Keymap issues with NX from Mac OS X Lion to Ubuntu However, it is locked so I figured I would post a new question / answer. I have been trying to answer this for a few days now because I have no issues when…
Andy
  • 81
  • 1
  • 2
7
votes
2 answers

x2go resolution from windows client

I'm happily using x2go to connect to a remote Ubuntu Server 16.04 with XFCE installed from my local pc with a local resolution of 1920x1080 on a HiDPI screen (13''). If I run the x2go client from a virtualized Linux (Linux Mint 18.03 with XFCE),…
arandomuser
  • 521
  • 1
  • 7
  • 22
6
votes
1 answer

Run only one Jest test file with NX

nx run myproject:test --testFile=libs/myproject/src/lib/guards/role.guard.spec.ts I expect only a single .spec file to be tested. However, the error output shows additional .spec files. $ nx run myproject:test…
LessQuesar
  • 3,123
  • 1
  • 21
  • 29
5
votes
3 answers

Error: Only URLs with a scheme in: file and data are supported by the default ESM loader in NestJS app generated with NX in a monorepo

I have a Monorepo generated with NX v16. I have working React app inside. I generated NestJS app with the nx generator command coming from the NX VS Code plugin, but the moment I start the nest app with nx run :serve I receive this…
XxXtraCookie
  • 171
  • 2
  • 11
5
votes
0 answers

Using TailwindCSS in NX library

I created NX library for custom components with React and TailwindCSS. It has basic NX rollup setup. I tried to add custom colors to my tailwind.config.js like this: const { createGlobPatternsForDependencies } =…
viciousP
  • 510
  • 3
  • 14
5
votes
0 answers

how can i use absolute paths in same library in NX monorepo

I am working on Nx monorepo. We have 5 library and are using imports like this '../../components/Button' in library. but instead of this, we want to use absolute imports. For example: there are 2 files in same library: libs/shop/containers/Basket.js…
efdali
  • 51
  • 3
5
votes
5 answers

NX ERROR - Nx failed to install dependencies

I'm not sure what could be going wrong and the error message is blank whenever I open it. I've searched online for fixes but nothing has helped hence I'm asking here. My version of node is: v16.1.0 My version of npm: 8.1.3 And I'm currently running…
thursdaysboy
  • 51
  • 1
  • 2
1
2 3
16 17