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
1
vote
1 answer

Error when using Nx with PrimeNG table component

I created a brand new Nx workspace using npx create-nx-workspace@latest and installed PrimeNG using npm install primeng --save Then, I tried to import TableModule in app.module.ts file of the generated app: import { TableModule } from…
Daud
  • 7,429
  • 18
  • 68
  • 115
1
vote
1 answer

Upgrade to Nx13 missing styles

After upgrading to Nx13 (angular 13) from 12, my library lost all styles, meaning when I run the storybook, it seems like the scss file are not imported with the components themself. when I try to pack the lib and install it in my main app, the scss…
1
vote
0 answers

Upgrading to Angular 13 with NX monorepo broke custom ng schematics

I'm extending @nrwl/schematics to create a custom Angular component schematic. After running nx migrate latest, npm i, then nx migrate --run-migrations=migrations.json, I get the following error when attempting to generate a new component: NOT…
1
vote
1 answer

How to use React-Native components in a Nextjs App inside an Nx monorepo

I am trying to use React Native components inside an Nx monorepo. When I run the Nextjs app, it compiles successfully: info - automatically enabled Fast Refresh for 1 custom loader event - compiled client and server successfully in 375 ms (173…
1
vote
0 answers

Property 'pwd' does not exist on type 'Model'. sequelize typescript

I'm getting this error Property 'pwd' does not exist on type 'Model' even when the model is defined as Model, below give is the snippet model def import {Optional, ModelAttributes , STRING, UUID, DataTypes } from…
1
vote
2 answers

How do I generate a NestJS resource in an app within an Nx workspace using the nx cli?

I want to generate a NestJS resource in my new nestjs app within an Nx workspace, similar to the way you would in a solo NextJS app using the nest generate cli command. Using the nx generate command I would expect to have to specify the app you want…
News
  • 73
  • 4
1
vote
1 answer

Pick data from NodeClustring object

I was working with cdlib and detecting my data communities. but I need clusters of communities. how can I pick data from this object? from cdlib import algorithms import networkx as nx coms = algorithms.louvain( G ) print(coms.data) this is result…
1
vote
0 answers

Mongoose FilterQuery it's getting mapped to any type

Im having a problem with typescript system and/or vscode. I currently have a service method that has the following structure. async find( query: FilterQuery, options: QueryOptions = {}, ):…
1
vote
1 answer

How to add cypress-plugin-tab to my Angular e2e testing?

I am using Angular12, NX, Cypress & KendoUI. I need to test tabbing through form elements. How do I add cypress-plugin-tab to my e2e testing? The guide says use require in the suppport/index.ts file - this is not working for me. I have executed npm…
cuznerdexter
  • 586
  • 5
  • 21
1
vote
1 answer

How can I label curves using NX Open C#?

I am new to NX Open journals and coding in general, and I have tried to accomplish something with studying, but now I am in need of some guidance. I want to add code that will label these curves that it has found as just "Curve 1", "Curve 2", "Curve…
John Lee
  • 31
  • 1
1
vote
1 answer

Angular NX workspace: getting error "Required property 'main' is missing

I have a project that's being split apart using nx workspaces. Some of the workspaces give the error: Required property 'main' is missing when running the nx test command, and some don't. There seems to be nothing that would cause this in nx.json.…
John Davis
  • 11
  • 1
  • 4
1
vote
0 answers

Typescript @automapper/core error while creating a map

I have a problem with the automapper in the Typescript project. Following the documentation I'm getting an error and I don't what why it occurs and how to solve it, based on the docs it should work as it is. It expects me to init the User object…
humble_button
  • 91
  • 2
  • 8
1
vote
1 answer

Nx Storybook Webpack 'DEVELOPMENT' mode

I'm trying to get my Storybook to stop outputting minified JS and subsequent untraceable errors... It seems like it might be due to the way Nx configures Webpack out of the box? I can't seem to figure out how to alter this though //…
joshp
  • 706
  • 5
  • 22
1
vote
0 answers

How can I build and deploy a app (NestJS) as azure web app?

I am use the nx framework (https://nx.dev) to create an angular + Nest application. The angular app should be the frontend application and the nest app should be the REST-API. I have create a git repo in "Azure DevOps". I create this applications…
Stegi
  • 11
  • 1
  • 4
1
vote
1 answer

Why do I keep getting "Cypress failed to start" on step 2 of the Nx using React tutorial?

I keep getting a "Cypress failed to start." message when trying to run e2e tests using Nx. I am new to Nx and not sure how to fix the issue.
Jacob
  • 33
  • 4