Hi @LinusBorg, thanks for the library.
I'm trying to publish the lib folder as an npm directory.
what I did was to cd into the /packages/lib folder and then run npm publish from there. I got this error:
npm ERR! Cannot set properties of null (setting 'peer')
What could be the issue? I have reinstalled node_modules but that didn't help
Hi @LinusBorg, thanks for the library.
I'm trying to publish the
libfolder as an npm directory.what I did was to cd into the
/packages/libfolder and then runnpm publishfrom there. I got this error:npm ERR! Cannot set properties of null (setting 'peer')What could be the issue? I have reinstalled node_modules but that didn't help