-
Notifications
You must be signed in to change notification settings - Fork 353
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
Adding package.json #156
Comments
Go ahead and submit a PR for this. I'm not a node user, so you'll do a better job of writing this than me. |
so that users can ``` npm install --save github:NeilFraser/JS-Interpreter ``` closes NeilFraser#156
so that users can ``` npm install --save github:NeilFraser/JS-Interpreter ``` closes NeilFraser#156
Any update? |
@diqost I'm maintaining the NPM package, the package is now updated with the changes in this repo. |
@NeilFraser I wasn't aware of the demand to use the NPM package, please let me know if you want me to hand over the package to you, otherwise, I'll do my best to track the changes on master and keep the package updated. |
so that users can ``` npm install --save github:NeilFraser/JS-Interpreter ``` closes NeilFraser#156
Hello, i'm trying to use your package in an education project.
I'm using npm, but js-interpreter npm package is outdated (not yours), so i want to add your package by git url, could you please add package.json ?
P.S it's needed to handle error below
npm ERR! package.json Non-registry package missing package.json: js-interpreter@https://github.com//NeilFraser/JS-Interpreter.git.
The text was updated successfully, but these errors were encountered: