-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can find module js ? #55
Comments
Could be CommonJS problem... 🤔 |
@MaxStalker blame here it was on this line, the publish package was built to ./package/dist/somefile.js not ./dist/package/somefile.js example for the generator which is : |
@hotrungnhan thanks for the notes :) |
@hotrungnhan templates are pre-built here: Checking now if they are included in the bundle. |
this is my sample can u try ? |
@MaxStalker is't this sample ok ? i check on version 0.15.0 do not work as well. |
@hotrungnhan working on it, sorry it took a bit more time than I anticipated 😅 |
=)) respect >< |
Can you give a try to version |
@MaxStalker it print out the file list , but the output folder isn't generated |
Instructions
Please fill out the template below to the best of your ability and include a label indicating which tool/service you were working with when you encountered the problem.
Node 16.14.2
Problem
<what is the problem you've encountered?>
I use processFolder api with setEnv to build js script with import constract to be binding with address map, but when i import flow-cadut/generator it cant find this module ?
Steps to Reproduce
Acceptance Criteria
Context
<what are you currently working on that this is blocking?>
The text was updated successfully, but these errors were encountered: