-
Notifications
You must be signed in to change notification settings - Fork 54
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
Issues in setting up repo locally #15
Comments
I have created a pull request - #16 (comment) . |
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. |
Will be solved by #18 |
The project contains sugarizer dependencies which are being imported in Sugarizer.js file.
![webpage](https://user-images.githubusercontent.com/32172694/52911692-39bec980-32cd-11e9-988e-af19d77207c9.png)
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: