Giter Site home page Giter Site logo

Comments (5)

MitkoTschimev avatar MitkoTschimev commented on May 26, 2024 2

Thx for digging into it!
I will provide a new major version for nx11+ releases when I fixed everything ;)

from nx-plugins.

Doginal avatar Doginal commented on May 26, 2024 1

changing line 83 in workspace.js within my node_modules from:

const workspaceConfig = readWorkspaceConfigPath();

to

const workspaceConfig = require(getRealWorkspacePath()+ '/angular.json');

OR

const workspaceConfig = require(getRealWorkspacePath() + '/workspace.json');

seems to have bypassed the error and started the deploy process :D Definitely not the correct way to get the workspace JSON but it's a quick hack to get my mono repo to deploy!

I haven't fully deployed my project yet, but I will make sure to update if it does deploy correctly!

from nx-plugins.

Doginal avatar Doginal commented on May 26, 2024 1

All good

here is the nx 11 angular + nestjs mono repo we talked about on slack it has two libs, one buildable one not for nestjs.

Lmk if you want other libs in here for testing!

Thanks

from nx-plugins.

MitkoTschimev avatar MitkoTschimev commented on May 26, 2024 1

Ok version 2.0.0 is published now and works with nx 11+
For all versions smaller than nx 11 you need to use the latest 1.x.x version

In the end, I found an easy way to make it compatible but the big refactoring still needs to be done to be prepared for workspace version 2

#70

from nx-plugins.

MitkoTschimev avatar MitkoTschimev commented on May 26, 2024

Unfortunately, it's not that easy :(
The workspace layout changed from v1 to v2 and there are more changes necessary to be prepared for next releases.
I'm on it but it will take a bit longer ;)

Sorry about that!

from nx-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.