-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Missing script : bootstrap #85
Missing script : bootstrap #85
Comments
I recently switched from lerna to yarn workspace (looks like i forgot to update the readme , sorry about that...) You can run 'yarn install' under the root directory, then 'yarn start:ext' to start the extension development. |
Oh thx. Hope you have time to update the document in the next commit. Keep up the good work. : ) |
I also struggled a bit with the instructions probably being slightly dated. This plugin carries significantly more merits than what's currently being reckognized. Great work!!! I'm not much of a developer any longer (more product mgmt focus), but may try to fix some things related to bug 108 which I recently added. Cheers! |
Hello, @shuowu. First I want to thank you for this amazing browser extension for students. I am trying to add my own features to the extension but I am not familiar with Lerna.
When I run
npm run bootstrap
, I see the following :There is no such script in package.json named
bootstrap
. I wonder how can I solve this.The text was updated successfully, but these errors were encountered: