Hi, I am facing error while creating my first project through command line. Here is the error lines... E:\Flutter>aqueduct create sample_server -- Aqueduct CLI Version: 3.3.0+1 *** Uncaught error NoSuchMethodError: The getter 'location' was called on null. Receiver: null Tried calling: location **** Stacktrace * #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:51:5) * #1 CLIAqueductGlobal.templateDirectory (package:aqueduct/src/cli/commands/create.dart:347:41) * #2 CLIAqueductGlobal.getTemplateLocation (package:aqueduct/src/cli/commands/create.dart:351:12) * #3 CLITemplateCreator.handle (package:aqueduct/src/cli/commands/create.dart:51:27) * #4 CLICommand.process (package:aqueduct/src/cli/command.dart:159:20) * <asynchronous suspension> * #5 CLICommand.process (package:aqueduct/src/cli/command.dart:135:12) * #6 main (file:///C:/Users/lenovo/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/aqueduct-3.3.0+1/bin/aqueduct.dart:9:27) * #7 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32) * #8 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12) ****
Hi,
I am facing error while creating my first project through command line. Here is the error lines...
E:\Flutter>aqueduct create sample_server
-- Aqueduct CLI Version: 3.3.0+1
*** Uncaught error
NoSuchMethodError: The getter 'location' was called on null.
Receiver: null
Tried calling: location
**** Stacktrace