hi,
when I try to install the node “@apify/n8n-nodes-apify”. I get the errors. It has happened since I upgraded to version 2.0-2.1. How to fix it?
that spawn npm ENOENT error usually means n8n cant find npm in its environment - happens a lot after upgrades.
quick fixes to try:
1. make sure npm is actually installed where n8n is running (`npm -v` in terminal)
2. if youre using docker, you might need to reinstall the container or check that npm is in the PATH
3. sometimes restarting n8n after the upgrade fixes it
if youre self-hosted, what install method are you using? (docker/npm/etc) - that’ll help narrow it down
