[SOLVED] Project initialization error

When trying to start the project this morning, I came across this error, I already tried to delete the package-lock.json and the node modules, and I also restarted the computer, does anyone have any idea what it is?

.meteor/packages/meteor-tool/.2.7.3.1mjjp3y.wu0o++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218

SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at ProjectContext._readResolverResultCache (/tools/project-context.js:669:16)
at ProjectContext.reset (/tools/project-context.js:310:10)
at new ProjectContext (/tools/project-context.js:123:8)
at Command.doRunCommand [as func] (/tools/cli/commands.js:352:24)
at /tools/cli/main.js:1534:15

Updates: I tried to update and also got the same error:

.meteor/packages/meteor-tool/.2.11.0.w2kq5f.rp4r++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
^

SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at ProjectContext._readResolverResultCache (/tools/project-context.js:669:16)
at ProjectContext.reset (/tools/project-context.js:310:10)
at new ProjectContext (/tools/project-context.js:123:8)
at maybeUpdateRelease (/tools/cli/commands-packages.js:1604:24)
at Command.func (/tools/cli/commands-packages.js:1794:29)
at /tools/cli/main.js:1534:15

meteor reset solved my problem