The 'watch' NodeJS task fails.
The logs: $ npm run watch
[email protected] watch C:\Users\IshatGupta\Desktop\hello-threejs parcel src/index.html
Server running at http://localhost:1234 × C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\parcel\src\builtins\css-loader.js: Invalid Version: undefined at new SemVer (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\semver\semver.js:314:11) at compare (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\semver\semver.js:647:10) at lt (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\semver\semver.js:688:10) at C:\Users\IshatGupta\Desktop\hello-threejs\node_modules@babel\preset-env\lib\index.js:274:22 at Object.default (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules@babel\helper-plugin-utils\lib\index.js:22:12) at getEnvPlugins (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\parcel\src\transforms\babel\env.js:62:34) at getEnvConfig (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\parcel\src\transforms\babel\env.js:12:25) at async getBabelConfig (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\parcel\src\transforms\babel\config.js:32:19) at async babelTransform (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\parcel\src\transforms\babel\transform.js:6:16) at async JSAsset.pretransform (C:\Users\IshatGupta\Desktop\hello-threejs\node_modules\parcel\src\assets\JSAsset.js:83:5)
Expected: Launch a server without any errors
To Reproduce: npm run dev after pulling from main branch.
Note: Windows 7 with NodeJS 13, i had to change parcel version to match the one that would have worked on my machine.