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
Hi, I just install with yarn (npm install got stuck with some dependencies hell), but unfortunately I was not able to start the review web-service. So it is a fresh start.
traces:
nx run review:serve
Cannot find module '<home>/board-game-hoard/@nrwl/react/plugins/babel'
Require stack:
- <home>/board-game-hoard/node_modules/@nrwl/web/src/builders/dev-server/dev-server.impl.js
- <home>/board-game-hoard/node_modules/@nrwl/tao/src/shared/workspace.js
- <home>/board-game-hoard/node_modules/@nrwl/tao/src/commands/run.js
- <home>/board-game-hoard/node_modules/@nrwl/tao/index.js
-<home>/board-game-hoard/node_modules/@nrwl/cli/lib/run-cli.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:925:15)
at Function.Module._load (node:internal/modules/cjs/loader:769:27)
at Module.require (node:internal/modules/cjs/loader:997:19)
at Module.require (<home>/board-game-hoard/node_modules/@nrwl/tao/src/compat/compat.js:7:40)
at require (node:internal/modules/cjs/helpers:92:18)
at MapSubscriber.project (<home>/board-game-hoard/node_modules/@nrwl/web/src/builders/dev-server/dev-server.impl.js:21:29)
at MapSubscriber._next (<home>/board-game-hoard/node_modules/rxjs/internal/operators/map.js:49:35)
at MapSubscriber.Subscriber.next (<home>/board-game-hoard/node_modules/rxjs/internal/Subscriber.js:66:18)
at Object.complete (<home>/board-game-hoard/node_modules/rxjs/internal/observable/forkJoin.js:57:40)
at Object.wrappedComplete (<home>/board-game-hoard/node_modules/rxjs/internal/Subscriber.js:188:76)
at SafeSubscriber.__tryOrUnsub (<home>/board-game-hoard/node_modules/rxjs/internal/Subscriber.js:205:16)
at SafeSubscriber.complete (<home>/board-game-hoard/node_modules/rxjs/internal/Subscriber.js:190:26)
at Subscriber._complete (<home>/board-game-hoard/node_modules/rxjs/internal/Subscriber.js:96:26)
at Subscriber.complete (<home>/board-game-hoard/node_modules/rxjs/internal/Subscriber.js:78:18)
at <home>/board-game-hoard/node_modules/rxjs/internal/util/subscribeToPromise.js:8:24
versions:
npm: '7.12.1',
node: '15.7.0',
any idea? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I just install with yarn (npm install got stuck with some dependencies hell), but unfortunately I was not able to start the review web-service. So it is a fresh start.
traces:
versions:
npm: '7.12.1',
node: '15.7.0',
any idea? Thanks in advance.
The text was updated successfully, but these errors were encountered: