Craigory Coppola

Results 130 comments of Craigory Coppola

What executor are you using to build the applications?

Can you try adding a .gitignore file at the nx workspace root? listing these directories? Nx doesn't crawl up the file directory when locating ignore files so its possible its...

Nx supports .nxignore, most of our stuff should ignore node_modules by default but I don't think .angular is in that list

-d is shorthand for dry run iirc, so that would cause this

Hi, I'm going to close this out as this issue was due to the dry run flag. #842 should target fixing #838 instead. Thanks!

We don't specify output in project.json or workspace.json by default due to some interesting quirks of dotnet cli. The recommendation on our side is that you configure output paths via...

I'm going to go ahead and close this out. The additions to nx report should be seen when you go to file an issue since running it is required to...

Could it be something that is changed when transpiling to the web-compatible format? In that format would import.meta.url work? E.g. https://stackoverflow.com/questions/57838022/detect-whether-es-module-is-run-from-command-line-in-node

Hey, can you try again with latest? We've made some updates that should make this less likely to happen.

Loading only a subset would also be a pretty major breaking change when compared to the functionality thats been around for a long time now