-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error installing new package #12
Comments
Hi @blackchineykh, could you share more logs, I am able to run the node with |
same issue here, I installed n8n via https://github.com/n8n-io/self-hosted-ai-starter-kit. using docker desktop. The version I use is 1.62.4 2024-10-11 16:44:12 Error loading node "Browserless" from: "/home/node/.n8n/nodes/node_modules/n8n-nodes-browserless/dist/nodes/Browserless/Browserless.node.js" - Class extends value undefined is not a constructor or null |
Hi @att083 , did you install the node from GUI |
btw, I have another node that kind of similar to browserless called firecrawl https://community.n8n.io/t/n8n-community-node-firecrawl/55546 you might want to check it out while reolving the issue |
Here are the logs I see. I am installing from the GUI
|
Hey @minhlucvan same issue as the other person.
|
Error loading package "n8n-nodes-browserless" :The specified package could not be loaded
Cause: Class could not be found. Please check if the class is named correctly.
ResponseError: Error loading package "n8n-nodes-browserless" :The specified package could not be loaded
Cause: Class could not be found. Please check if the class is named correctly.
at CommunityPackagesController.installPackage (/usr/local/lib/node_modules/n8n/dist/controllers/community-packages.controller.js:81:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at handler (/usr/local/lib/node_modules/n8n/dist/decorators/controller.registry.js:93:24)
at /usr/local/lib/node_modules/n8n/dist/response-helper.js:110:26 I faced a similar issue trying to install this from the GUI. Running n8n docker on unRaid. |
Any luck getting this working @SvbZ3r0? |
Nope. I ended up using a completely different product for my issue. |
Hey @SvbZ3r0 thanks for the response. |
Didn't use n8n at all. I tried Scraperr, and while it was powerful, it wasn't exactly intutive. I ended up using a good Windows based tool called Octoparse. |
I'm also unable to get this plugin working. I'm on n8n 1.77.3. Installed via the web. Getting the following in the UI when testing a node:
Seeing the following in the logs:
|
In my case it ended up being a permissions error in my n8n directory. I followed the instructions for manual installation and that got it squared away. |
@sbc what permission? I installed via docker still have the same error when installing |
In my case I had my n8n directory (/home/node/.n8n) mounted via docker but it was owned by the wrong user. I needed to use https://docs.n8n.io/integrations/community-nodes/installation/manual-install/ |
Error loading package "n8n-nodes-browserless" :The specified package could not be loaded Cause: Class extends value undefined is not a constructor or null
n8n Version 1.61.0
The text was updated successfully, but these errors were encountered: