You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/examples/metacallcli/package_manager/npm.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ namespace metacallcli {
16
16
namespacepackage_manager {
17
17
18
18
staticconstchar npm[] =
19
-
"#!/usr/bin/env node\n"
19
+
"/* #!/usr/bin/env node */ // Shebang fails when inlining the source in a C++ header and installing with Guix (the shebang cannot be patched properly)\n"
20
20
"\n"
21
21
"/* This has been ripped off from NPM and adapted to be callable instead of invoked by exec */\n"
0 commit comments