-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] global install using Node.js through nvm #241
Comments
Hi @pcouas I don't think you need to install this package globally in any case |
An update on this. I'd like to install cypress-file-upload globally if possible. If I do a global install of cypress I have no problem running it on the build machine. If I use cypress-file-upload all the cypress test fails including those that do not directly use cypress-file-upload.
|
@abramenal was an issue with nvm. After uninstalling and using node directly I was able to do a global install and move the installed node_modules folder to |
Thanks for this info @MuckT. Really good to know that ppl have such use case, and that it's not working properly with nvm. |
From what I can see this issue is the same as we have. If not, let me know and I'll file a new issue instead. I have this issue as well since we're running cypress folder in folder parallell to where webapp/node_modules folder is. File structure is like this:
So when trying to run cypress it complains that:
since it doesn't go into src\main\webapp folder to look for cypress-files\upload. Any idea how to solve this? |
Hi
I have tried an npm install -g cypress-file-upload because cypress is installed on global, but module is not found
Regards
The text was updated successfully, but these errors were encountered: