You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just having this issue with node-fetch today.
My error existed because I was trying to load from my npm prefix path ( ~ /.npm). In that path Mancy was try to load the node-fetch folder where it had directories of the installed versions, but it did not have the module itself.
Once I loaded the correct module path (~ /.npm/lib/node_modules) which had the actual node-fetch module, it loaded without a hitch, and I did not see another error about the missing prop id.
I am trying to install
marky-markdown
package, but the installation failed with the following error:var marky = require("marky-markdown")
Application Error
Message
Cannot read property 'id' of null
Stack Trace
System Details
| …
------------ | -------------
Platform | darwin
Arch | x64
Electron Version | 1.2.6
Mancy Version | 3.1.0
The text was updated successfully, but these errors were encountered: