LogansUA / typeorm-seed-extension

TypeORM seed extension
MIT License
4 stars 2 forks source link

Fails installing using npm #2

Closed adamalfredsson closed 5 years ago

adamalfredsson commented 5 years ago

I get the following error when running npm install typeorm-seed-extension -S

npm ERR! path /Users/Me/MyProject/node_modules/typeorm-seed-extension/lib/cli.js npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall chmod npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/Me/MyProject/node_modules/typeorm-seed-extension/lib/cli.js' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /Users/Me/.npm/_logs/2018-09-25T13_13_09_988Z-debug.log

LogansUA commented 5 years ago

@nomadoda Hello. I'll check it today.

LogansUA commented 5 years ago

@nomadoda please try v0.0.4 version

adamalfredsson commented 5 years ago

@LogansUA Yup, that seems to work

LogansUA commented 5 years ago

@nomadoda great :)