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
0
votes
1 answer

Nx Angular Lint Error after TSLint to ESLint Migration

I'm very new to Nx and today I tried to migrate all our Angular apps from TSLint to ESLint. What I did was to run the following command for each app: nx g convert-tslint-to-eslint --project=SELECTED_PROJECT After the migration I ran npm install and…
Ricky
  • 2,912
  • 8
  • 47
  • 74
0
votes
2 answers

Why i am getting can't find module "typescript" when creating an application inside nx workspace in angular?

I have created an nx workspace which is successfully generated. Now i am generating a micro-front-end app inside that nx workspace using this command npx nx g @nrwl/angular:app opShell --mfe --mfeType=host --routing=true So i am getting this…
Fahad Subzwari
  • 2,109
  • 3
  • 24
  • 52
0
votes
1 answer

Nx, Angular, Jest and Sonar

I'm looking for a recipe to use with an Nx (13.4.1) Angular (13.1) Workspace using Jest to run unit tests. I want to generate and publish unit test run results and coverage reports to SonarQube server individually for each library.
Datum Geek
  • 1,358
  • 18
  • 23
0
votes
1 answer

VSCode IntelliSense error with NX / Angular IntelliSense "Can't bind to 'ngIf' since it isn't a known property of 'div'"

We have a production Angular app that we're in the process of moving to a Monorepo with NX. So far we have everything working properly from dev to production with no issues. However, in VSCode, basically every Angular directive (*ngFor, *ngIf,…
0
votes
0 answers

NGRX/NX - Reuse State library in multiple modules of the same app

I'm working on a nx monorepo with angular and ngrx. I've created a library with its own state management and I would like to reuse it in several modules of the same app. Library structure fooLib - foo.reducer.ts - foo.actions.ts -…
gorlock
  • 1
  • 1
0
votes
2 answers

JEST: unit tests are successful although an unknown component is used

Why does the unit test not fail locally even though a component is used that does not exist but in bitbucket pipeline it does? To demostrate the problem I have created a new nx workspace (Repository). When running 'npx jest' locally, a console.error…
0
votes
0 answers

Sytles.css is being copied to dist folder as Styles.js when building with NX

I am in the early stages of migrating our existing angular applications to a mono-repo using nx as the framework to build. After migrating my first application I am noticing the styles.scss file located within the styles dir is being copied over as…
Nicole Phillips
  • 753
  • 1
  • 18
  • 41
0
votes
1 answer

NestJS Configuration in a Nrw Nx Monorepo?

I've just started using Nx and I'm moving my existing project over to a Monorepo environment. The problem I have is with the NestJs app. For some reason the configuration file never gets read. I've tried moving it to different locations but I can't…
K-Dawg
  • 3,013
  • 2
  • 34
  • 52
0
votes
0 answers

Issue with pipe translation

Project written in Angular from NX. First I have to say that I can't provide any code because the app is too big and I have no idea which part is wrong. I have a bug to fix. Throughout the app, the translation works for two languages: English and…
Obyi
  • 617
  • 1
  • 6
  • 13
0
votes
1 answer

nrwl nx angular build api endpoint

Im having a problem with the urls on my build I have an angular and nest project, serving locally, works fine. I can fetch data from the server without problems. But when I run the angular build, the API url is wrong (http://localhost/api/todos) my…
0
votes
1 answer

How can I use written code in C# on NX? (How do I compile C# code into NX?)

I have already written code in C# for UG NX in a .cs file, but I want to use it on NX without having to copy and paste it into NX's Journal. I have written the code in Visual Studio and tried Ctrl + Shift + B to build the .cs file, but I received an…
John Lee
  • 31
  • 1
0
votes
1 answer

Why does my Qt application appear different when using NoMachine

I built a UI in QtCreator and I am trying to run it remotely. If I SSH into the machine with the application using -Y, the UI appears like it did in the designer window. If I use NoMachine with the NX protocol, the UI renders differently - all of…
0
votes
2 answers

Why nx serve doesn't work when installed globally with Yarn?

I initiated an Nx workspace using npx: npx create-nx-workspace I get this after nx finished bootstrapping my workspace: This means that you might have to use "yarn nx" or "npx nx" to execute command s in the workspace. Run "yarn global add nx"…
DJ Asuncion
  • 85
  • 1
  • 12
0
votes
1 answer

Is it possible to change location of Cypress E2E folders in NX / Angular / Storybook?

We have a growing project that already has 50+ Library folders (will probably end up with 5 - 10 times this, maybe much more). Each Library folder has Storybook stories, Jest specs, Angular components, services, NgrxStores etc. The Cypress E2E tests…
cuznerdexter
  • 586
  • 5
  • 21
0
votes
1 answer

Angular Compiler looking for html files in NX buildable library

Im new to NX, created a library "designsystem-angular-header" that depends on another library "designsystem-angular" When I try to build the compiler goes to the dist folder to search for html files for the dependency? Only there are none, only…
keygjones
  • 69
  • 1
  • 4