-
Notifications
You must be signed in to change notification settings - Fork 45
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
I couldn't install fs-ext #58
Comments
Same here. |
Having the same error with
with version 0.5.0 of the library on Linux |
Output of npm:
Output of npm-debug.log
|
Fixed by #70 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I couldn't install fs-ext in windows,when I get the error
gyp ERR! build error
gyp ERR! stack Error: ENOENT, open 'C:\Users\Administrator.node-gyp\0.10.26\x64
\node.lib'
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "D:\Program Files\nodejs\node_modules\npm\node_modu
les\node-gyp\bin\node-gyp.js" "configure" "build"
gyp ERR! cwd D:\Users\paopao\workspace\viewer\node_modules\fs-ext
gyp ERR! node -v v0.10.26
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok
npm ERR! fs-ext@0.3.2 install:
node-gyp configure build
npm ERR! Exit status 1
npm ERR!
And when I copy the fs-ext form centos I get the error:
Error: %1 is not a valid Win32 application
I know that npm is download The Source Code and use gyp complie .
why I complie it failed
The text was updated successfully, but these errors were encountered: