nRF Connect for Desktop local applications cannot find @nordicsemiconductor/pc-nrfconnect-shared module for development

I am developing an application for the nRF Connect for Desktop launcher. 

My local applications cannot access or find the @nordicsemiconductor/pc-nrfconnect-shared module. I even cloned the pc-nrfconnect-programmer application code into the local directory and it opens up blank since it can't find that shared module that it depends on. Of course, the official release of the programmer application still works because that shared module is provided at runtime.

I know I can clone the pc-nrfconnect-shared code but I am not sure where that needs to go so that my local applications can find and access all of the components inside of it. 
I have already tried to paste the pc-nrfconnect-shared code under the @nordicsemiconductor module in the node_modules directory but I still get this error message:
Cannot find module '@nordicsemiconductor/pc-nrfconnect-shared' or its corresponding type declarations.
How should I proceed to fix this?   
Parents Reply Children
Related