slappey icon indicating copy to clipboard operation
slappey copied to clipboard

Running Issue

Open alertoncord opened this issue 5 years ago • 8 comments

I was trying to install slappey by running 'npm install -g slappey'. The Installation Succeeded but I still get an error: 'env: node\r: No such file or directory'. (i am on macos and have npm and node)

alertoncord avatar Dec 25 '20 13:12 alertoncord

Experienced the same issue using yarn + Node 14 and yarn + Node 12

ColeTownsend avatar Dec 29 '20 03:12 ColeTownsend

Did you install the node . path? Cause if you didn't then you have too...

WheresChill avatar Jan 23 '21 18:01 WheresChill

Did you install the node . path? Cause if you didn't then you have too...

Yes I did install the node .path, but it didnt help.

alertoncord avatar Jan 26 '21 19:01 alertoncord

@ColeTownsend @sorryIwonbtwYT8448 Can you update to the latest version of NodeJS and see if it helps?

loveisglitchy avatar Mar 08 '21 21:03 loveisglitchy

@ColeTownsend @sorryIwonbtwYT8448 Can you update to the latest version of NodeJS and see if it helps?

I am already on the latest version of NodeJS which is 15.11.0 for MacOS.

alertoncord avatar Mar 11 '21 09:03 alertoncord

Completely Uninstall node and npm. Reinstall as sudo rather than normal install. After successful install, use sudo (in terminal) to update and upgrade npm and nvm. Then install the dev version of node and npm. After all said and done, use sudo to install slappey globally.

loveisglitchy avatar Mar 11 '21 14:03 loveisglitchy

Completely Uninstall node and npm. Reinstall as sudo rather than normal install. After successful install, use sudo (in terminal) to update and upgrade npm and nvm. Then install the dev version of node and npm. After all said and done, use sudo to install slappey globally.

unfortunately this did not work, i still get the 'env: node\r: No such file or directory' error.

alertoncord avatar Mar 11 '21 17:03 alertoncord

Hey there. I found a temp solution for this (Not very convenient) Once u globally installed slappy, you run this in your terminal : node /Users/<Your Username>/node_modules/slappey Then hit enter. Not very convenient, but it work.

Wys2 avatar Apr 17 '21 18:04 Wys2