add-tradingview-alerts-tool icon indicating copy to clipboard operation
add-tradingview-alerts-tool copied to clipboard

Installation Error

Open acumenture opened this issue 1 year ago • 0 comments

Following the instructions in the documentation, I getting an error during installation. I have the setup on MacOS

trading_view node -v
v18.7.0
trading_view npx @alleyway/create-tradingview-alerts-home
@alleyway/create-tradingview-alerts-home.. version: 1.6.0
✔ Choose which action you'd like to do: › Initialize in current folder
Adding file: HOWTO.txt
Adding file: blacklist.csv
Adding file: config.yml
Adding file: package.json
Adding file: atat
Installing dependencies
npm ERR! code ENOSYS
npm ERR! syscall symlink
npm ERR! path ../@alleyway/add-tradingview-alerts-tool/dist/cli.js
npm ERR! dest /Users/januj/Amazon WorkDocs Drive/My Documents/workspace/trading_view/node_modules/.bin/atat
npm ERR! errno -78
npm ERR! ENOSYS: function not implemented, symlink '../@alleyway/add-tradingview-alerts-tool/dist/cli.js' -> '/Users/januj/Amazon WorkDocs Drive/My Documents/workspace/trading_view/node_modules/.bin/atat'

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/januj/.npm/_logs/2022-08-09T18_43_25_537Z-debug-0.log
Error: Command failed: npm --loglevel=error --no-package-lock update
    at checkExecSyncError (node:child_process:828:11)
    at execSync (node:child_process:899:15)
    at initializeMain (file:///Users/januj/.npm/_npx/5455a11893b177f3/node_modules/@alleyway/create-tradingview-alerts-home/dist/index.js:106:9) {
  status: 178,
  signal: null,
  output: [ null, null, null ],
  pid: 82749,
  stdout: null,
  stderr: null
}
done

Don't know if I am doing something wrong, or something that needs to be looked at from a code's perspective.

acumenture avatar Aug 09 '22 20:08 acumenture