NativeScript / nx

NativeScript for Nx.
Other
61 stars 15 forks source link

[Question] How to set 'nativescript/nx' environment for development and contributing? #47

Closed marckassay closed 2 years ago

marckassay commented 2 years ago

Currently, I have a forked cloned repo of 'nativescript/nx' on my filesystem. Using Yarn (v1), I did the following after I cloned:

cd nx
yarn install
yarn build
cd dist/packages/nx
yarn link

And in my test project, I executed, yarn link @nativescript/nx -D. But there seems to be an issue with linking that causes a "Cannot find module @angular-devkit/architect" error coming from within Nx code.

So I'm curious what is the ideal way to go about this?

NathanWalker commented 2 years ago

@marckassay sorry for late reply, best way is to use verdaccio and publish it locally to test changes out.