-
Notifications
You must be signed in to change notification settings - Fork 35
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
Named export 'loadFile' not found. The requested module 'mem-fs' is › a CommonJS module, which may not support all module.exports as named › exports. #716
Comments
Related issues that could not solve the problem to me |
Seems to be an issue with https://github.com/adobe/aem-assets-details-ext-tpl I think, perhaps file the issue there, this is a template the aio-cli does not control |
@shazron It happens on all templates and also |
All templates? I can't say I can repro your situation. I just tried installing with these as a sample:
...and there were no errors. What is more likely is - this is unique to your environment (somehow), but I'm not sure yet without digging into it more. Please post the output of Since template 2 above was successful and was the one you installed, we can rule out an issue with that template. |
Yes, on my device after choosing any of the templates the installation throws this error. For example:
|
Output of the
|
@shazron Added verbose output to the issue description. Thanks |
Seems to be related yeoman/yo#803 |
can you run: and try the app init command again, then report back. Thanks! |
It works fine now. Thank you, @shazron! 🎉 |
Great! That narrows it down to what I need to fix actually. Thanks for helping me debug. |
aio -v
: @adobe/aio-cli/10.3.2 darwin-arm64 node-v20.9.0aio info
:My output on command
aio app init aio-helloworld
:The text was updated successfully, but these errors were encountered: