We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: v8.5.0 Platform: Linux 3.10.0-327.13.1.el7.x86_64 #1 SMP Thu Mar 31 16:04:38 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
I have dir structure: app |- lib -> /other/path/lib |- node_modules
When I trying to launch: node lib/app.js Console output: module.js:529 throw err; ^
Error: Cannot find module ... ...
But, if I would have dir structure: app |- lib |- node_modules
App launch normally
How I could fix this?
The text was updated successfully, but these errors were encountered:
@hebedombiu Did you fix this issue? And can you show code in app.js
Sorry, something went wrong.
yeah just share your project, instead of this unintelligible stuff.
@hebedombiu have you tried the --preserve-symlinks command line option?
--preserve-symlinks
No branches or pull requests
Version: v8.5.0
Platform: Linux 3.10.0-327.13.1.el7.x86_64 #1 SMP Thu Mar 31 16:04:38 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
I have dir structure:
app
|- lib -> /other/path/lib
|- node_modules
When I trying to launch: node lib/app.js
Console output:
module.js:529
throw err;
^
Error: Cannot find module ...
...
But, if I would have dir structure:
app
|- lib
|- node_modules
App launch normally
How I could fix this?
The text was updated successfully, but these errors were encountered: