Not able to run pnpm setup project
when i tried to run setup:project getting below error
http://registry.npmjs.org/@novu%2Fdal getting Not Found with response code 404 while i was installing "application-generic" version "0.16.4" also getting "novu/dal" is not in the npm registry and also No authorization header was set for the request. Please help @Support
http://registry.npmjs.org/@novu%2Fdal getting Not Found with response code 404 while i was installing "application-generic" version "0.16.4" also getting "novu/dal" is not in the npm registry and also No authorization header was set for the request. Please help @Support
17 Replies
Sorry, this request does not comply with MEE6 content policy. Modify it and try again.
hey @sammaheta 👋
Is this your first time setting up the project?
Try to install dependencies manually with
pnpm i
but please remove existing node_modules
and make sure you don't have changes in the pnpm-lock
file. The dal
package is not published to npm as it's our private package, so it should be resolved by a symlink.Hello @paweltymczuk Thanks for your quick replay.
can you please guide me how can i resolve 'dal' via symlink?
you don't need to do any extra step to add symlink for this
Just clean
node_modules
and run npm run setup:project
againHello @Pawan Jain , i tried same but i am getting below error.
ERR_PNPM_FETCH_404  GET http://registry.npmjs.org/@novu%2Ftesting: Not Found - 404
@sammaheta, you just advanced to level 1!
@sammaheta Have you cloned our repo recently?
If not can you please pull latest changes and then try?
If nothing works, I will suggest to delete cloned repo and do a fresh clone.
Hello @Pawan Jain i checked the repo. but that didn't work then i cloned repo and trying to install via npm run jarvis
but still it didn't found dal
Are you using windows OS?
no i am using Mac OS
please try to delete
node_modules
and then refresh your fork with the latest changes and then try again to pnpm i
I was able to reproduce the issue and the above suggestion helped megreat @paweltymczuk let me try the same
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Not yet, i think i am making mistake in configuring my provider. Not sure.
If i remove my provider related stuff then it’s working but not with my provider
@paweltymczuk @paweltymczuk @toyosi
Thanks for taking care. Need support to enable my provider with novu
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Hi @sammaheta
I have few questions to understand your issue correctly.
1. Are you using latest next branch as base branch?
2. Have you followed all steps in this documentation?https://docs.novu.co/community/create-provider
3. Which provider you want to add?