Skip to content

Update: Use npm for install, update and uninstall where required (fixes #175) - #189

Open
oliverfoster wants to merge 11 commits into
masterfrom
issue/175
Open

Update: Use npm for install, update and uninstall where required (fixes #175)#189
oliverfoster wants to merge 11 commits into
masterfrom
issue/175

Conversation

@oliverfoster

@oliverfosteroliverfoster commented Mar 2, 2023

Copy link
Copy Markdown
Member

fixes#175
refs adaptlearning/adapt_framework#3370

New

  • install, devinstall, update, uninstall, register, unregister and rename using npm for v6

Notes

  • install, update, devinstall and uninstall seem to be working well
  • Register, unregister and rename are as yet untested

Comment threadlib/integration/PluginManagement/npm.js Outdated
Comment threadlib/integration/PluginManagement/npm.js Outdated
Comment threadlib/integration/PluginManagement/npm.js Outdated
Comment threadlib/integration/Target.js Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

@@ -158,26 +158,83 @@ export default class Target extends Plugin {

async install ({ clone = false } = {}) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the install function is quite lengthy, can any of this be separated out into individual functions?

@taylortomtaylortom moved this from Backlog to Assigned in adapt_framework: The TODO BoardMar 5, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Development

Successfully merging this pull request may close these issues.

Add npm layer

4 participants

@oliverfoster@cahirodoherty-learningpool@eleanor-heath@taylortom