-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cannot find module '@angular-devkit/schematics' - on NEW nextjs app #4857
Comments
Doing the following seems to fix it
But I would appreciate some guidance as it shouldn't fail on the first run. Is NX still dependent on @angular-devkit/schematics for NON angular apps ? |
Fixed in 11.3.1. It doesn't depend on |
Ok thanks @vsavkin , so once I update, what should I do - just uninstall the schematics i assume - and all should work. |
Happened as well, after updating from 12.0.8 to 12.10.1. |
Some problem occurs as soon as using:
|
Encountered this issue building a plugin with 15.4.4. Found it was caused by using the top level barrel import for
Fix, import from
I shortened the import path from the index.ts snippet while following this recipe. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
running yarn build, I get the error below, its a brand new workspace created like so and choosing nextjs
Its a brand new project so it should build, I have tried removing node_modules and starting again - the same happens.
Steps to Reproduce
Run the following command
Now choose "Nextjs" then after everything finishes - try and build using yarn build.
p.s. I am also using the following .yarnrc.yml
I also tried the following this should not be necessary as its a new project but I tried it as I found it in the issue list, but nothing changes
Environment
The text was updated successfully, but these errors were encountered: