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

nestjs unit test createTestingModule Dependency Injection

I hope you can help me out. I am using Nx with latest angular/nestjs (date: February, 26) ... "@nestjs/common": "^7.0.0", "@nestjs/config": "^0.6.3", "@nestjs/core": "^7.0.0", "@nestjs/platform-express": "^7.0.0", …
danderwald
  • 51
  • 1
  • 3
5
votes
3 answers

Unit testing injectable services

I am having problems while performing a simple unit test in my NX workspace. What I am attempting to do is to 1) configure TestBed and 2) Inject service. However, even if I use scaffolded dummy service, the test still fails as the injected service…
Jiri Kralovec
  • 1,487
  • 1
  • 10
  • 18
4
votes
1 answer

Windows RDP vs. Various Versions of NX

Can anyone weigh in on the speed, responsiveness, reliability and flexibility of the following two options: Using RDP to remotely access a Windows machine from a Windows machine Using NX to remotely access a Linux machine from a Linux machine (or a…
user1076482
  • 41
  • 1
  • 2
4
votes
1 answer

Error: Cannot find module .../node_modules/next/link' imported from ... Did you mean to import .../node_modules/next/link.js?

I'm trying to bundle a React components library for my Next.js app but I can't figure out what's the cause of the following error. I've spent the last couple of days trying out different configurations of Rollup, TS compiler and package.json but I…
olayway
  • 41
  • 1
  • 1
4
votes
1 answer

How to build Nx monorepo apps in Gitlab CI Runner

I am trying to have a gitlab CI that performs the following actions: Install yarn dependencies and cache them in order to don't have to yarn install in every jobs Test all of my modified apps with the nx affected command Build all of my modified…
antonyftp
  • 60
  • 10
4
votes
1 answer

Nx 14.5.10 + Jest 27.5.1 Test suite failed to run EBUSY: resource busy or locked, open 'File Path'

I am migrating NX Monorepo from version 13 to 14 and everything works fine except the Jest migration, I am getting this error I've tried to remove the jest cache, nx cache, deleted the whole node_modules, and do a fresh install but nothing is…
4
votes
1 answer

How to share SASS styles between libs inside my NX monorepo?

I'm trying to build a component library for angular and react. That's why I want to use the same styles(sass) for both libs. I created a separate folder for my styles and included my main sass inside the component. but when I try to make a test npm…
Safiul islam
  • 95
  • 1
  • 9
4
votes
1 answer

Should you commit Nx's migrations.json file?

I've used the nx migrate command that generated a migrations.json file at the root of my project. I've ran the migrations and they were successful. I've committed the changes done by the migration and now considering if there's a point in keeping…
EcksDy
  • 1,289
  • 9
  • 25
4
votes
2 answers

NX NestJs - Unexpected error: Error: Unable to load hasher for task "api:serve"

i have been trying to follow these guide to learn NX, but i encounter this problem when i tried to serve the nestJs api you can see the complete code on this repo nx serve api i get these error Error: Unable to resolve @nrwl/node:execute. Cannot…
4
votes
1 answer

NX React - how to create default mock for library

How do you create manual mock for your libs, which are used by your apps? I'm trying to follow scope mocking in jest documentation but have no luck. Example: my-workspace ├── __mocks__ │ └── @my-workspace/my-lib.ts ├── apps │ ├── my-app │ …
4
votes
1 answer

NX workspace: configure template of .eslintrc.json when generating new lib

I switched my NX workspace from TSLint to ESLint and most parts are working fine. When I create a new lib I get an .eslintrc.json file within the lib folder with a very minimal configuration like this: // .eslintrc.json file in generated lib {…
G.P.S.
  • 41
  • 3
4
votes
2 answers

running ionic generate page inside NX monorepo angular

i am inside a NX monorepo, its working on angular. I have installed Ionic as pre instructions given on link. Ionic is working ok, But i cant use commands like ionic generate page --project=sales-app, i am getting error like, An unhandled exception…
raju
  • 6,448
  • 24
  • 80
  • 163
4
votes
0 answers

how to fix the 'Cannot read property 'architect' of undefined' error in add the Nx in an existing angular 7 workspace

I want to add the Nx workspace to an Existing Angular CLI workspace. but when run 'ng add @nrwl/workspace' command, this error will occur: Skipping installation: Package already installed Cannot read property 'architect' of undefined please help to…
3
votes
0 answers

Security: How come we still hear about many stack execution security flaws?

Security: How come we still hear about many stack execution security flaws even though mechanisms such as NX bit DEP and ASLR exist so many years ? Have hackers found ways to circumvent these ? When looking through relatively recent fixed security…
thedrs
  • 1,412
  • 12
  • 29
3
votes
1 answer

TypeError: Cannot read properties of undefined (reading 'startsWith')

so when I try to commit my files through VS Code GUI i get this error. TypeError: Cannot read properties of undefined (reading 'startsWith') at calculateDefaultProjectName…
1
2
3
16 17