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
Hi,
I'm using nanomsg lib to run nodejs is success and then I want to use webpack to build nodejs is ok , but I can't run js after build.
I get error message .
path.js:28
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at dirname (path.js:1349:5)
at Function.a.getRoot (/home/user/test-node-webpack/main.js:314:24398)
at a (/home/user/test-node-webpack/main.js:314:23596)
at Object.<anonymous> (/home/user/test-node-webpack/main.js:314:15280)
at i (/home/user/test-node-webpack/main.js:1:172)
at Object.<anonymous> (/home/user/test-node-webpack/main.js:154:2238)
at i (/home/user/test-node-webpack/main.js:1:172)
at /home/user/test-node-webpack/main.js:1:964
at Object.<anonymous> (/home/user/test-node-webpack/main.js:1:974)
How can I resolve the error?
The text was updated successfully, but these errors were encountered:
sounds like you're holding webpack wrong. How can I reproduce the issue you're observing, as it looks like a failure from webpack, and it's not clear how node-nanomsg is related?
Hi,
I'm using nanomsg lib to run nodejs is success and then I want to use webpack to build nodejs is ok , but I can't run js after build.
I get error message .
How can I resolve the error?
The text was updated successfully, but these errors were encountered: