Closed kavwad closed 1 month ago
I'm in the process of updating the extension. Pushed these changes too soon, should've created a different branch...
Please return to the old commit, do something like: git clone https://github.com/loftyshaky/advanced-extension-reloader git reset --hard c93150aa738eeb13a755f42d3fa6f0e9c7c3c94d
And you'll be on the last version that is published in CWS. It should build.
This worked! Thanks so much. Let me know when I should fast forward. Thanks for making this!
I'll make sure to notify you. I'm hoping to finish the update in a few days.
The issue has been resolved. Could you please confirm if the fix works as expected?
Updated and it works great! I've only tried manual reloading so far but I didn't run into the npm run prod
error from before. Thanks!
I'm hitting some errors while trying to build this project. Here's what's going on:
Initial error: When running
npm run prod
, I received an error related todist/dependencies.json
:Attempted fix: I created the file and initialized it with an empty array:
Subsequent error: Now, the build process progresses further but fails with multiple errors related to a missing 'shared_clean' module. For example:
Current state:
@loftyshaky/shared
package is installed innode_modules
.node_modules
.src/ts/shared_clean
directory with relevant imports.Do you have any suggestions for how to set up or build the 'shared_clean' module? Thanks so much.