-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Bug] create command fails with error "Cannot find module '@nrwl/workspace/src/utils/fileutils'" #154
Comments
I checked old bug reports. #37 looks similar, but is closed as fixed. |
Hi @jcassee Sorry for the delay in responding... I totally missed this issue. |
Closing for now, Feel free to re-open, if issue is still relevant |
Sorry for the long silence, but just to confirm: I have not had this problem since upgrading to Nx 15.7+. |
I got the same problem today. Having this in my workspace (running in WSL 2): nx (global) : 17.0.1
|
Hi @trondeh80 Thank you for using my I have create #195 to update all my plugins including the Please stay tuned! |
Great! I got it working by manually editing the import path in your js files in my node_modules folder. Thank you so much for creating such an awesome tool! :) |
Thanks for the kind words @trondeh80 :-) I'm glad it's useful to you! |
@trondeh80 Fixed and released in https://github.com/tinesoft/nxrocks/releases/tag/nx-spring-boot%2Fv9.0.0 |
Brilliant! Huge thanks! I starred your repo! |
Plugin Name
@nxrocks/nx-flutter
Plugin Version
v5.1.0
Nx Version
15.3.0
Expected Behaviour
I tried to create a flutter application using the
create
command:I had expected it to create a flutter application.
Actual Behaviour
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: