-
Notifications
You must be signed in to change notification settings - Fork 55
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
Windows install of ODAS_WEB failing, not sure why #38
Comments
Hi there, could you try checking out the v0.3 tag in the repo and try again? Make sure you installed the build essentials during Node.js installation. |
Still not working for me...I did git checkout v0.3 Got some errors and warnings PS C:\GitHubRepos\odas_web> npm install --global windows-build-tools
|
Is it having a problem with node.js v12? Looks like it's reading the version as 0.12.2 instead of 12.10.0 which is what I requested from the node.js website. |
Yes, this sure looks like it. I'm not too familiar with node on windows so I can't really help with your setup. |
node -v shows v0.12.2 Maybe a problem with the distribution at the node.js site? |
Maybe but I would be surprised. When I installed v12 from there for Windows testing I got the proper version installed. At this point I would try reinstalling node. If v0.12 persist I would check with node issue tracker directly. |
hello from 2021, I faced similar a issue.
Error Log after
|
I installed nodejs v12 with the windows installer from the nodejs website (here https://nodejs.org/en/download/current/), cloned the repository but when I do the NPM install I get a ton of errors. Any idea why? windows output and the npm log attached.
This is on Windows 10 build 1803
windows.log
npm-debug.log
I've been a coder for a long time but have not worked with nodejs, so forgive me if this is a noob mistake.
The text was updated successfully, but these errors were encountered: