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
2
votes
0 answers

How to share tailwindcss preset in nx monorepo

I'm trying to share tailwindcss preset between both react and react-native apps in tx monorepo. Preset is stored in .js file located in root nx library named "tailwind". While importing preset object to tailwind.config.js with: import { preset }…
2
votes
1 answer

Nx workspace, tailwind is not working in the libaries

I got a problem, i configured tailwind for my angular project in an NX workspace. When I use tailwind in libaries now, it is a strange behavior. I kind of know the problem already, but i have no solution right now. This is the Tutorial I used to set…
prantto
  • 21
  • 1
2
votes
1 answer

Nx Workspace: Angular CLI does not find file path after migrate to NX

I'm trying to migrate an Angular CLI app to Nx. My main goal is to turn my entire app into a big nx project and after that gradually split it into small remote apps and shared libs A execute the command ng add @nrwl/workspace and it moves my…
2
votes
1 answer

Nx workspace - Shared lib with tailwindcss and react

I struggled in setting this up, so I thought I would share my Knowledge. Basically, I wanted to have a UI Kit / Component library with NX that could be shared with for example a webapp with react and a website built with Next.js. I ran into this…
Daniel Eberl
  • 1,268
  • 1
  • 10
  • 22
2
votes
3 answers

Failing to reconnect to an NX session with the error: "error in locking authority file"

I am able to start an NX session without any issues. But, when I 'disconnect' (leaving a persistent connection, as opposed to 'terminate'), I am unable to reconnect. Here is the error from /var/log/messages: Aug 5 19:05:41 praveen…
pmohandas
  • 3,669
  • 2
  • 23
  • 25
2
votes
1 answer

How to integrate firebase/angularfire with Nx

I am try to use firebase (angularfire) with Angular/Nx. I found the plugin @nxtend/firebase. https://nxtend.dev/docs/firebase/getting-started/ When trying to add it via ng add @nxtend/firebase I get the following error: An unhandled exception…
2
votes
0 answers

Command line using ng causes error, nx corrects error

I am getting the following on attempting to create a domain Executing task: ng generate @srleecode/domain:libraries --application=medsoft --domain=app-load --libraries=data-access --prefix=mds --buildable --enableIvy --strict --no-interactive…
st_clair_clarke
  • 5,453
  • 13
  • 49
  • 75
2
votes
0 answers

Having issue with react-native-paper in react-native-web platform

I have followed react native paper documentation for User on the Web. When I try to serve it gave me an error https://callstack.github.io/react-native-paper/using-on-the-web.html While try to run it return error nx run website:server issue npm run…
2
votes
1 answer

How can I label a line in NX Open C#?

How would I label these lines using coding? I have already figured out how to identify and count up how many lines exist using this code: using NXOpen; using System; public class FailedRegionCounting { public static void Main() { …
John Lee
  • 31
  • 1
2
votes
1 answer

How to deploy NX expressJS build project

My server not able to read main.js. in netlify - dist -- apps --- expressAPI ---- assets ---- main.js ---- main.js.map
Ande Mohit
  • 99
  • 1
  • 2
  • 9
2
votes
0 answers

Less integration with a Nx React project

I'm trying to configure my first project with Nx. My client explicitly request the use of React with Typescript, Nx and the Ant design UI Kit. I've successfully created a new project with the required specification, at least using the CSS version of…
LucaRoverelli
  • 1,116
  • 1
  • 9
  • 15
2
votes
3 answers

Angular library, Cannot find name $localize

I'm refactoring my Angular 11 application into libraries using Nx tool. My main app have @angular/localize as dependency and @angular/localize import in polyfills.ts. Every usage of $localize in my library code generates Typescript error TS2304:…
2
votes
1 answer

Package which is a dependency of my library isn't installed (@angular/material/core not found)

I got a angular custom library @foo/bar, which has these dependencies: "peerDependencies": { "@angular/common": "^10.0.14", "@angular/core": "^10.0.14" }, "dependencies": { "@angular/material": "11.0.1", "@ngx-translate/core":…
coder14
  • 223
  • 1
  • 4
  • 14
2
votes
0 answers

Get css files when compiling using @nrwl/web:package

I need to get css files for the build version of a library using @nrwl/web:package, the library that I'm creating doesn't have an index.html, it's just plain TS, but when I try to compile using web:package, CSS files are not shown, in the build for…
Joseph Arriaza
  • 12,014
  • 21
  • 44
  • 63
2
votes
2 answers

Azure and NX, error while running a pipeline : npm : Another process, with id 4224, is currently running ngcc

I'm trying to run a pipeline with Azure, when it comes to build, it fails with this error : When I run the nx affected --target=build --base=origin/master --prod --parallel command locally, I also have the Another process... message but it doesn't…
KevinTale
  • 1,658
  • 3
  • 25
  • 47