Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions are incomplete? #160

Open
mavavilj opened this issue Jan 24, 2024 · 2 comments
Open

Installation instructions are incomplete? #160

mavavilj opened this issue Jan 24, 2024 · 2 comments

Comments

@mavavilj
Copy link

I am new to npm and I thought that one can install it from the zip.

I tried npm install ./nerd-master

It says:

npm install ./nerd-master

added 2 packages in 6s

I think nothing gets installed.

@mavavilj
Copy link
Author

mavavilj commented Jan 24, 2024

It also doesn't seem to install any binaries?

npm install nerd -g

npm list -g
/usr/local/lib
├── nectarjs@0.7.115
└── nerd@0.0.0
npx nerd
/root/.npm/_npx/584ef0ef63dacea8/node_modules/.bin/nerd: 1: /bin: Permission denied
/root/.npm/_npx/584ef0ef63dacea8/node_modules/.bin/nerd: 2: Syntax error: word unexpected (expecting ")")

OTOH,


~/.npm/_npx/584ef0ef63dacea8/node_modules/.bin# ./nerd
./nerd: line 1: /bin: Is a directory
./nerd: line 2: syntax error near unexpected token `c'
./nerd: line 2: `	Copyright (c) 2021 NerdLang - Adrien THIERRY and contributors'

@mavavilj
Copy link
Author

In addition:

https://github.com/NerdLang/nerd#usage

is ambiguous, if the installation does not create a binary.

I thought the binary is equivalent to node nerd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant