Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing babel plugin #4

Open
itscesarvillar opened this issue May 13, 2021 · 0 comments
Open

Missing babel plugin #4

itscesarvillar opened this issue May 13, 2021 · 0 comments

Comments

@itscesarvillar
Copy link

itscesarvillar commented May 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant