Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. N8N
  3. How to install npm modules?

How to install npm modules?

Scheduled Pinned Locked Moved Solved N8N
26 Posts 6 Posters 3.9k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nebulonN nebulon

    I am not sure I follow the proposal 100% but the main root cause of not being able to install other node_modules is actually that apps run in a read-only filesystem. So I don't see how such a script would fix this problem, but maybe I miss a point in your proposal.

    E Offline
    E Offline
    ebauger
    wrote on last edited by
    #21

    @nebulon my proposal is to install the modules when we build the image from the Dockerfile. I open to any other solution.

    The modules installed will be on the read-only filesystem. See the Diff from this source

    ...
    # Add a script to install npm packages from env.sh
    COPY install_packages_from_env.sh /app/pkg/
    RUN chmod +x /app/pkg/install_packages_from_env.sh
    ...
    # install custom npm modules from the env.sh on the NODE_FUNCTION_ALLOW_EXTERNAL
    RUN /app/pkg/install_packages_from_env.sh /app/data/env.sh
    ...
    
    BrutalBirdieB 1 Reply Last reply
    0
    • E ebauger

      @nebulon my proposal is to install the modules when we build the image from the Dockerfile. I open to any other solution.

      The modules installed will be on the read-only filesystem. See the Diff from this source

      ...
      # Add a script to install npm packages from env.sh
      COPY install_packages_from_env.sh /app/pkg/
      RUN chmod +x /app/pkg/install_packages_from_env.sh
      ...
      # install custom npm modules from the env.sh on the NODE_FUNCTION_ALLOW_EXTERNAL
      RUN /app/pkg/install_packages_from_env.sh /app/data/env.sh
      ...
      
      BrutalBirdieB Offline
      BrutalBirdieB Offline
      BrutalBirdie
      Partner
      wrote on last edited by
      #22

      @ebauger
      Docker images are build before runtime.
      /app/data does only exist on runtime.
      So the command:

      RUN /app/pkg/install_packages_from_env.sh /app/data/env.sh
      

      will not work.

      But I understand where the intention is.

      Like my work? Consider donating a drink. Cheers!

      1 Reply Last reply
      1
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #23

        Recently, with nodebb we started experimenting with making the node_modules writable (grudgingly). Maybe we can do the same for n8n.

        S 1 Reply Last reply
        2
        • girishG girish

          Recently, with nodebb we started experimenting with making the node_modules writable (grudgingly). Maybe we can do the same for n8n.

          S Offline
          S Offline
          shrey
          wrote on last edited by
          #24

          @girish Certainly support this effort!

          1 Reply Last reply
          0
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #25

            This is implemented in https://docs.cloudron.io/apps/n8n/#custom-node-modules .

            @shrey let me know if you get a chance to test it.

            S 1 Reply Last reply
            3
            • girishG girish has marked this topic as solved on
            • girishG girish

              This is implemented in https://docs.cloudron.io/apps/n8n/#custom-node-modules .

              @shrey let me know if you get a chance to test it.

              S Offline
              S Offline
              shrey
              wrote on last edited by
              #26

              @girish Just tried it. Seems to work alright! 🙂

              1 Reply Last reply
              1
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Bookmarks
              • Search