You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project contains sugarizer dependencies which are being imported in Sugarizer.js file.
But since the lib directory is outside of the src folder it is not allowed to import from it. A symlink of lib directory in src would suffice.
The text was updated successfully, but these errors were encountered:
You haven't followed "setting up the development environment" in the readme. After doing an npm install you need to copy the lib folder into the node_modules.
Hi @manki11 . Even after copying the lib folder in the node modules. I have to change the relative path of the imports in sugarizer.js file.
Won't it be better to have a symlink and have rather simpler process of setup? What do you say?
The project contains sugarizer dependencies which are being imported in Sugarizer.js file.

But since the lib directory is outside of the src folder it is not allowed to import from it. A symlink of lib directory in src would suffice.
The text was updated successfully, but these errors were encountered: