-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set property 'proxyConfig' of undefined #143
Comments
Hi @vantk85, thanks for creating this issue. I'm going to look into this over the weekend! |
Thanks @ruslanguns - I'm actually debugging it. Hope to have a fix out tomorrow.
I doubt about this one as I could not reproduce it on my machine. |
Time for heads-up, this turned out to be a snake-pit of issues. I'm probably going to move the project over to a new workspace based on the latest Nx 12, but this will be a weekend project. For now, if you like to get started building with nxpm-stack, I suggest to clone the latest build and start with that: |
Hi @beeman I have the same issue and use stack-v4210. this works but how can I change the name of NX workspace and all apps, libs, folders, modules names, importing pathss and NX setting etc in the same workspace, same location only diferent name? |
Hey all - it took a while but I finally got to re-building NXPM on Nx It's published to npm under the You can run it using the following commands: npm install -g @nxpm/cli@next Initialize new project# --skip-mobile is needed because it doesn't work with Nx 13 yet
nxpm-stack init --name my-next-app --tag next --skip-mobile true Please give it a spin if you have the time. If nothing breaks, this should land as version 5.0.0 by the end of this week 🥳 |
@beeman, it's working like a charm. Installation just took more than what I expected but probably because my wifi connectivity. I will keep testing it deeper and will keep you informed. ❤️ |
@beeman its works for me thanks for fix this. |
Error
Cannot set property 'proxyConfig' of undefined
when initialize new nxpm workspaceExpected Behavior
The inittialize new nxpm workspace should be success when run the init command
Current Behavior
Cannot create the new workspace because below error:
Your Environment
The text was updated successfully, but these errors were encountered: