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
Tried to npm install, as well as build-from-source but both methods return:
error: Uncaught Error: Cannot find module '/Users/ken/Documents/GitHub/algo-trade-v4/node_modules/.deno/[email protected]/node_modules/tulind/lib/binding/Release/node-v108-darwin-arm64/tulind.node'
Require stack:
- /Users/ken/Documents/GitHub/algo-trade-v4/node_modules/.deno/[email protected]/node_modules/tulind/index.js
- /Users/ken/Documents/GitHub/algo-trade-v4/node_modules/.deno/[email protected]/node_modules/tulind/index.js
at Function.Module._resolveFilename (node:module:624:15)
at Function.Module._load (node:module:502:27)
at Module.require (node:module:677:19)
at require (node:module:791:16)
at Object.<anonymous> (file:///Users/ken/Documents/GitHub/algo-trade-v4/node_modules/.deno/[email protected]/node_modules/tulind/index.js:4:14)
at Object.<anonymous> (file:///Users/ken/Documents/GitHub/algo-trade-v4/node_modules/.deno/[email protected]/node_modules/tulind/index.js:48:4)
at Module._compile (node:module:733:34)
at Object.Module._extensions..js (node:module:747:10)
at Module.load (node:module:658:32)
at Function.Module._load (node:module:539:12)
This is while trying to install tulind for deno.
The text was updated successfully, but these errors were encountered:
Greetings!
Tried to
npm install
, as well asbuild-from-source
but both methods return:This is while trying to install tulind for deno.
The text was updated successfully, but these errors were encountered: