ncc on windows is not working since version 0.19.0

Created on 23 Jun 2019  路  3Comments  路  Source: vercel/ncc

Since version 0.19.0, ncc on windows does nothing.
Any command running (even just ncc without any argument) just print an empty line.
reverting back to v0.18.5 and it's working again.

bug priority

Most helpful comment

Thanks so much @GiladShoham for the report. This should be fixed in 0.20.2. Please let me know if you still notice any problems though.

All 3 comments

Also found out that in v0.18.5 of ncc the following is not working:

npm init -y
npm i requirejs
touch a.js
echo "require('requirejs')" > a.js
ncc build a.js

Which makes my windows machine not working since I use this package and newer versions of ncc are not working on windows.

Thanks so much @GiladShoham for the report. This should be fixed in 0.20.2. Please let me know if you still notice any problems though.

Thanks guys. 0.20.2 solved it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

j picture j  路  3Comments

lucleray picture lucleray  路  3Comments

coetry picture coetry  路  5Comments

unix picture unix  路  5Comments

omar2205 picture omar2205  路  5Comments