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

npm install issue #2

Open
batuhancerli opened this issue Apr 11, 2017 · 30 comments
Open

npm install issue #2

batuhancerli opened this issue Apr 11, 2017 · 30 comments

Comments

@batuhancerli
Copy link

while the npm install process operating, suddenly the system gave this error saying that contact with the author. Therefore, I have decided to write an issue. The error is shared below.
adsiz

@batuhancerli
Copy link
Author

Please, give me a hand to overcome this issue. This editor plays an important role for my project

@alexiiion
Copy link
Collaborator

thank you for writing in the right repository!

as I see from your screenshot you are in the wrong folder.
please navigate to the correct folder, as described in the readme:
"2. run npm install in the root folder (where package.json lies)"

this will create a folder "node_modules" for you.

@batuhancerli
Copy link
Author

batuhancerli commented Apr 12, 2017 via email

@alexiiion
Copy link
Collaborator

you need to navigate to the root folder of the editor, since you want to install the dependencies for the editor.

please navigate to .../metamaterial-mechanisms/editor
(or whatever your folder structure is)

@alexiiion
Copy link
Collaborator

i have also updated the readme bases on our discussion. let me know if it runs for you now.

@batuhancerli
Copy link
Author

batuhancerli commented Apr 12, 2017 via email

@alexiiion
Copy link
Collaborator

what do you mean? it's the same software. the simulation just runs in the background and everything is operated in the editor as shown in the video.

@batuhancerli
Copy link
Author

batuhancerli commented Apr 12, 2017 via email

@batuhancerli
Copy link
Author

batuhancerli commented Apr 12, 2017 via email

@batuhancerli
Copy link
Author

batuhancerli commented Apr 12, 2017 via email

@alexiiion
Copy link
Collaborator

the simulation is slow. it should work.
yes, the editor is a javascript editor so it runs in chrome. but offline

@prashantbalagaonkar
Copy link

Hi Alex,

Thanks for this thread, I read and followed the procedure given in this thread, but still, I am getting below error

capture

Please guide.

@remigiuszknitter
Copy link

remigiuszknitter commented Jan 3, 2018

1
I have the same problem...

@alexiiion
Copy link
Collaborator

alexiiion commented Jan 10, 2018

hi @prashantbalagaonkar

apparently you don't have git installed, or not set as environment variable.
google can guide you on this:
https://www.google.de/search?q=npm+install+error+not+found+git&oq=npm+install+error

@alexiiion
Copy link
Collaborator

hi @remigiuszknitter

did you do "npm install"?
I can't see the full error message, so it's hard to help much. what does the log file say?

@eryktobiasz
Copy link

hi @alexiiion

I have the same problem as @remigiuszknitter

After npm install
image

After npm start
image

@KonradZukowski
Copy link

@eryktobiasz

To resolve this problem, you should change package.json (line 33):
"vinyl-source-stream": "^1.1.0" to "vinyl-source-stream": "^2.0.0"

Pozdrawiam! 👍

@eryktobiasz
Copy link

I had to delete all files, change package.json and install it again. It works now 👍

@Mobin-M
Copy link

Mobin-M commented Jun 12, 2018

Hi.
I am trying to install the editor.
I reach this error installing npm.

image

@alexiiion
Copy link
Collaborator

alexiiion commented Jun 12, 2018

same error as above, you are in wrong folder. please read the thread :)

alexiiion commented on Apr 12, 2017
you need to navigate to the root folder of the editor, since you want to install the dependencies for the editor.please navigate to .../metamaterial-mechanisms/editor(or whatever your folder structure is)
--

@Mobin-M
Copy link

Mobin-M commented Jun 12, 2018

@alexiiion
"C:\Program Files\nodejs\node_modules\npm" is the directory of the file "package.json"

@alexiiion
Copy link
Collaborator

I am telling you that this is the wrong folder.

Please navigate to the root folder of the editor: " .../metamaterial-mechanisms/editor" in your command line and run npm install there!

@qoopen0815
Copy link

image

I'm facing this error. please help me

@qoopen0815
Copy link

image

logfile

@alexiiion
Copy link
Collaborator

did you download the source code in this repository before running npm install? this looks like some git error which has nothing to do with the editor. please verify (or reinstall) your git installation

@qoopen0815
Copy link

qoopen0815 commented Apr 14, 2019

I fixed this error.

This error was caused by the absence of a # 4.0 branch in the gulp repository.
So I fixed the error by correcting the package.json you created.

pull request => #7

@Joaquin31
Copy link

I have this problem, and I'm in the editor folder where the "package.json" file lies
npm_install issue

@loudonicus
Copy link

I have found the same, it seems that gulpjs has been deprecated;

https://github.com/gulpjs/gulp-util

@loudonicus
Copy link

@alexiiion can I ask is it possible to have an example json file as I was thinking of setting up a simulation of one of your mechanisms directly in Rhino/GH without the use of the editor front end?

@DoMinhHieu192004
Copy link

DoMinhHieu192004 commented Jan 8, 2024

loi
@alexiiion help me pleas :<<

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