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
- To learn more go to https://nx.dev/features/automate-updating-dependencies
98
98
```
99
99
100
+
Should you follow above recommended migration steps, you will be prompted as follows:
101
+
102
+
```
103
+
NX Running 'npm install' to make sure necessary packages are installed
104
+
105
+
106
+
removed 83 packages, and audited 1098 packages in 5s
107
+
108
+
167 packages are looking for funding
109
+
run `npm fund` for details
110
+
111
+
11 moderate severity vulnerabilities
112
+
113
+
To address issues that do not require attention, run:
114
+
npm audit fix
115
+
116
+
To address all issues (including breaking changes), run:
117
+
npm audit fix --force
118
+
119
+
Run `npm audit` for details.
120
+
121
+
NX Running migrations from 'migrations.json'
122
+
123
+
Running the following migrations:
124
+
- nx: remove-legacy-cache (Removes the legacy cache configuration from nx.json)
125
+
- nx: remove-custom-tasks-runner (Removes the legacy cache configuration from nx.json)
126
+
- @nx/jest: replace-getJestProjects-with-getJestProjectsAsync-v21 (Replace usage of `getJestProjects` with `getJestProjectsAsync`.)
127
+
- @nx/jest: remove-tsconfig-option-from-jest-executor (Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.)
128
+
- nx: release-version-config-changes (Updates release version config based on the breaking changes in Nx v21)
129
+
- nx: release-changelog-config-changes (Updates release changelog config based on the breaking changes in Nx v21)
130
+
- @nx/webpack: update-21-0-0-remove-isolated-config (Remove isolatedConfig option for @nx/webpack:webpack)
131
+
- @nx/react: update-21-0-0-update-babel-loose (Replaces `classProperties.loose` option with `loose`.)
NX Successfully finished running migrations from 'migrations.json'. This workspace is up to date!
193
+
194
+
```
195
+
100
196
Based on the provided repository structure and documentation, I'll help you run the Hatch project. The project appears to be set up as a React monorepo using Nx. Here are the steps to run it:
0 commit comments