Open NickKelly1 opened 3 years ago
I also get the same error when I try to update the dependencies in my project.
Thanks for reporting it @NickKelly1!
Is this still the case with the current version? npm@8.3.2
at the moment of writing. If yes it would be very appreciated if you could provide more info, specially a minimal reproduction of the problem so that we can better prioritize this issue in our backlog.
Same issue here.
Is there an existing issue for this?
Current Behavior
Runing
npm install
in the root of an npm workspace fails"npm ERR! Cannot read property 'parent' of null
"Relevant section of the log:
My project structure is
Workspaces in my root
package.json
are:Expected Behavior
Ability to
npm install
in the root of a workspace with no errorSteps To Reproduce
npm install
Environment