You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the documentation (nx.dev) and found no answer
I checked to make sure that this issue has not already been filed
I'm reporting the issue to the correct repository (not related to React, Angular or any dependency)
Expected Behavior
Schematics should give user correct info what was changed/created/deleted
Current Behavior
running library schematics (workspace/react/node) says in output that package.json was UPDATED although it was not. I was not able to find any code touching package.json within those schematics generators.
So I assume this output might be coming from @angular-devkit/schematics package ?
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
yarn nx g @nrwl/workspace:lib hello-world --dryRun
see output
Context
Please provide any relevant information about your setup:
@nrwl/angular : Not Found
@nrwl/cli : 8.11.0
@nrwl/cypress : 8.11.0
@nrwl/eslint-plugin-nx : 8.11.0
@nrwl/express : Not Found
@nrwl/jest : 8.11.0
@nrwl/linter : 8.11.0
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : 8.11.0
@nrwl/react : 8.11.0
@nrwl/schematics : Not Found
@nrwl/tao : 8.11.0
@nrwl/web : 8.11.0
@nrwl/workspace : 8.11.0
typescript : 3.7.2
The text was updated successfully, but these errors were encountered:
Hotell
changed the title
library schematics misleading output about UPDATE package.json
library schematics outputs misleading info about "UPDATE package.json"
Jan 15, 2020
Prerequisites
Expected Behavior
Schematics should give user correct info what was changed/created/deleted
Current Behavior
running library schematics (workspace/react/node) says in output that
package.json
wasUPDATED
although it was not. I was not able to find any code touching package.json within those schematics generators.So I assume this output might be coming from
@angular-devkit/schematics
package ?Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup:
The text was updated successfully, but these errors were encountered: