Closed Twintails closed 11 months ago
Node 18.19 dropped last week with NPM 10 bundled.
current: when attempting to run npm start while based in Node 18.19 engine env an Error is reported Ref Image:
npm start
NPM 10, it seems, is errantly reporting a deprecation incoming for Node 20.6 regarding --loader flag on commands
Expected: App launches like it would in Node < 18.19 as per run reqs.
Got this error as well.
But if you downgrade node to version 18.18.2 it works
This should be fixed. Cheers!
Node 18.19 dropped last week with NPM 10 bundled.
current: when attempting to run
npm start
while based in Node 18.19 engine env an Error is reported Ref Image:NPM 10, it seems, is errantly reporting a deprecation incoming for Node 20.6 regarding --loader flag on commands
Expected: App launches like it would in Node < 18.19 as per run reqs.