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
(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
The text was updated successfully, but these errors were encountered:
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.
when running
create-nodejs-project setup
windows 10 pro 64 bits
npm 6.13.4
node 12.14
nvm for windows
The text was updated successfully, but these errors were encountered: