-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Description of Bug
I'm trying to create a starter project for angular / nx. Cannot do it, when I execute Nx commands in the temrinal, nothing happen.
Steps to Reproduce
project to reproduce the bug : https://stackblitz.com/~/github.com/GaetanRdn/eak-shop-bug.
try any Nx command : nx build eak-shop, npm run build:eak-shop ... nx serve eak-shop...
Look the terminal, command start and blocked.
There is no error message.
Expected Behavior
I want to be able to use Nx with stackblitz project.
Screenshots/Screencast
Additional Context/Questions
Here is a project from Github but I had the same problem with an angular stacklitz project and trying to migrate it
into Nx Workspace