perak / extract-mongo-schema

Extract schema from Mongo database, including foreign keys
71 stars 22 forks source link

error MSB8007: The Platf orm for project 'fibers.vcxproj' is invalid. Platform='x64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Platform that doesn't exist for this project. [\extract-mongo-schema\node_modules\wait.for\node_modules\fibers\build\fibers.vcxproj] #5

Open pessrini opened 6 years ago

pessrini commented 6 years ago

Unable to install extract-mongo-schema

perak commented 6 years ago

@pessrini that is issue with package wait.for on Windows (no issues on Linux & OSX).

Issue is already reported https://github.com/luciotato/waitfor/issues/45 but no answers from author.

I am considering to replace wait.for with something else when I find some free time (but that "free time" is very rare case :( ).