Skip to content

Installing extensions as node modules #19

@Dindaleon

Description

@Dindaleon

Hello there,

I would like to call for help and see if anyone is willing to contribute on this. I need a way for people to be able to install extensions as modules.

The install would go like any other nodejs module install:

npm install --save some-extension

Then, automatically, when the app is built, these extensions should be moved into another folder inside the app, in this case, the extensions folder.

The path to the extensions folder is ../extensions

App
-- src
---- extensions

@justinmchase I liked your answer here: npm/npm#3597 (comment) If you are willing to give me a hand, I would greatly appreciate it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions