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
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
I see there are previous issues logged as #13 and #115 , but my error seems different so i'm creating a separate issue.
I installed altair saver using conda install -c conda-forge altair_saver. Now, when trying to save a chart as PDF, I get this error, which seems from nodejs.
internal/modules/cjs/loader.js:670
throw err;
^
Error: Cannot find module 'infer-owner'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:668:15)
at Function.Module._load (internal/modules/cjs/loader.js:591:27)
at Module.require (internal/modules/cjs/loader.js:723:19)
at require (internal/modules/cjs/helpers.js:14:16)
at Object.<anonymous> (/Users/ciboguest/misc/ljmu/ljmu_paper_env/lib/node_modules/npm/node_modules/gentle-fs/lib/mkdir.js:4:20)
at Module._compile (internal/modules/cjs/loader.js:816:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
at Module.load (internal/modules/cjs/loader.js:685:32)
at Function.Module._load (internal/modules/cjs/loader.js:620:12)
at Module.require (internal/modules/cjs/loader.js:723:19)
this same error happens if I try to install the package infer-owner using npm install infer-owner, or if I try npm install -g infer-owner
I see there are previous issues logged as #13 and #115 , but my error seems different so i'm creating a separate issue.
I installed altair saver using
conda install -c conda-forge altair_saver
. Now, when trying to save a chart as PDF, I get this error, which seems from nodejs.this same error happens if I try to install the package
infer-owner
usingnpm install infer-owner
, or if I trynpm install -g infer-owner
the python error is similar to #115 ,
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: