DEV Community

Discussion on: Create New Project Using NPM package

Collapse
 
johndeighan profile image
John Deighan

Also: path is not defined (I use import path from 'node:path';) and 'error' is not defined (in error handling, you're using both 'err' and 'error' - they should be the same).