We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi,
i am trying to install the sample Nasa starter project from here : https://docs.n8n.io/integrations/creating-nodes/build/declarative-style-node/ at step 6 while trying npm run build in my node dir, i get this error:
npm run build
fs.js:42 } = primordials; ^ ReferenceError: primordials is not defined
i tried to force the dependency by adding the following to my package.json:
package.json
"pnpm":{ "overrides": { "graceful-fs": "^4.2.11" } }
but apparently it can not be applied when there glup server is forced to 3.9.1 in the very same package.json of this repository: gulp": "^3.9.1",
gulp": "^3.9.1",
any ideas how to solve this?
Thanks.
The text was updated successfully, but these errors were encountered:
fixing npm install
e610698
npm install n8n g does not work and lead to several issues on fs and patch-package: https://community.n8n.io/t/n8n-install/39983 n8n-io/n8n-nodes-starter#45 I found npx works like a charm so better to just use it here too as it is meant for new commers.
No branches or pull requests
hi,
i am trying to install the sample Nasa starter project from here :
https://docs.n8n.io/integrations/creating-nodes/build/declarative-style-node/
at step 6 while trying
npm run build
in my node dir, i get this error:i tried to force the dependency by adding the following to my
package.json
:but apparently it can not be applied when there glup server is forced to 3.9.1 in the very same package.json of this repository:
gulp": "^3.9.1",
any ideas how to solve this?
Thanks.
The text was updated successfully, but these errors were encountered: