create-nodejs-project
create-nodejs-project copied to clipboard
Error: EISDIR: illegal operation on a directory, read
trafficstars
when running create-nodejs-project setup
(node:42748) UnhandledPromiseRejectionWarning: Error: EISDIR: illegal operation on a directory, read
(node:42748) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:42748) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
windows 10 pro 64 bits npm 6.13.4 node 12.14 nvm for windows
I think it is due to the discrepancy between the npm package and the master. As I can see the master branch and release branch both have differences in the code. This could be one of many reasons, I also noticed that init command and its injection to the create-nodejs-project behave differently. I am not sure that this project has ever worked but I would like to see end results as it promised on the readme file.