Skip to content
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't start extension because of error "No JS module 'tweener' found in search path" #251

Open
sadekov opened this issue May 12, 2021 · 1 comment

Comments

@sadekov
Copy link

sadekov commented May 12, 2021

It can be fixed by changing 36'rd line in extension.js file
const Tweener = imports.ui.tweener;
to
const Tweener = imports.tweener.tweener;

I'm using ubuntu 21.04 and it worked for me

@thisboyiscrazy
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants